#8878C3

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

Shades of Moody Blue #8878C3

Tints of Moody Blue #8878C3

Color information

#8878C3 (or 0x8878C3) is unknown color: approx Moody Blue. HEX triplet: 88, 78 and C3. RGB value is (136,120,195). Sum of RGB (Red+Green+Blue) = 136+120+195=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 195 - color contains mainly: blue. Hex color #8878C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878C3 is #77873C. Grayscale: #858585. Windows color (decimal): -7833405 or 12810376. OLE color: 12810376.

HSL color Cylindrical-coordinate representation of color #8878C3: hue angle of 252.8º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8878C3 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136120195-
CMYK0.300.3800.24
HSL252.8º38.46%61.76%-
HSV(B)252.8º38.46%76.47%-
XYZ26.7222.6154.59-
YUV133.33162.8129.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.16%
GREEN value IS 120 (47.27% from 255) = 26.61%
BLUE value IS 195 (76.56% from 255) = 43.24%
R=30.16%
G=26.61%
B=43.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361201950.300.3800.24252.838.4661.76
Hex8878C31E26018fd263e
Octal21017030336460303754676
Binary100010001111000110000111111010011001100011111101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8878C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8878C3; }

 p { color: rgb(136,120,195); }

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

<style>
 a { background-color: #8878C3; }

 a { background-color: rgb(136,120,195); }

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

<style>
 span { border-color: #8878C3; }

 span { border-color: rgb(136,120,195); }

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