#8978CB

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

Shades of Moody Blue #8978CB

Tints of Moody Blue #8978CB

Color information

#8978CB (or 0x8978CB) is unknown color: approx Moody Blue. HEX triplet: 89, 78 and CB. RGB value is (137,120,203). Sum of RGB (Red+Green+Blue) = 137+120+203=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #8978CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8978CB is #768734. Grayscale: #868686. Windows color (decimal): -7767861 or 13334665. OLE color: 13334665.

HSL color Cylindrical-coordinate representation of color #8978CB: hue angle of 252.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8978CB is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137120203-
CMYK0.330.4100.20
HSL252.29º44.39%63.33%-
HSV(B)252.29º40.89%79.61%-
XYZ27.8123.0659.49-
YUV134.54166.63129.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.78%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 203 (79.69% from 255) = 44.13%
R=29.78%
G=26.09%
B=44.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371202030.330.4100.20252.2944.3963.33
Hex8978CB2129014fc2c3f
Octal21117031341510243745477
Binary1000100111110001100101110000110100101010011111100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8978CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8978CB; }

 p { color: rgb(137,120,203); }

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

<style>
 a { background-color: #8978CB; }

 a { background-color: rgb(137,120,203); }

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

<style>
 span { border-color: #8978CB; }

 span { border-color: rgb(137,120,203); }

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