#8A7CBF

Color #8A7CBF Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8A7CBF

Tints of Moody Blue #8A7CBF

Color information

#8A7CBF (or 0x8A7CBF) is unknown color: approx Moody Blue. HEX triplet: 8A, 7C and BF. RGB value is (138,124,191). Sum of RGB (Red+Green+Blue) = 138+124+191=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A7CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7CBF is #758340. Grayscale: #878787. Windows color (decimal): -7701313 or 12549258. OLE color: 12549258.

HSL color Cylindrical-coordinate representation of color #8A7CBF: hue angle of 252.54º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A7CBF is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138124191-
CMYK0.280.3500.25
HSL252.54º34.36%61.76%-
HSV(B)252.54º35.08%74.9%-
XYZ27.0923.5852.41-
YUV135.82159.14129.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 30.46%
GREEN value IS 124 (48.83% from 255) = 27.37%
BLUE value IS 191 (75% from 255) = 42.16%
R=30.46%
G=27.37%
B=42.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381241910.280.3500.25252.5434.3661.76
Hex8A7CBF1C23019fd223e
Octal21217427734430313754276
Binary100010101111100101111111110010001101100111111101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7CBF; }

 p { color: rgb(138,124,191); }

 H1.HeaderClassName
 {
   color: #8A7CBF;
 }
 .AnyTagClassName
 {
   color: #8A7CBF;
 }
</style>
background-color css

<style>
 a { background-color: #8A7CBF; }

 a { background-color: rgb(138,124,191); }

 div.DivClassName
 {
   background-color: #8A7CBF;
 }
 .BgClassName
 {
   background-color: #8A7CBF;
 }
</style>
border-color css

<style>
 span { border-color: #8A7CBF; }

 span { border-color: rgb(138,124,191); }

 td.TdClassName
 {
   border-color: #8A7CBF;
 }
 .TagClassName
 {
   border-color: #8A7CBF;
 }
</style>