#8878BA

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

Shades of Moody Blue #8878BA

Tints of Moody Blue #8878BA

Color information

#8878BA (or 0x8878BA) is unknown color: approx Moody Blue. HEX triplet: 88, 78 and BA. RGB value is (136,120,186). Sum of RGB (Red+Green+Blue) = 136+120+186=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #8878BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878BA is #778745. Grayscale: #848484. Windows color (decimal): -7833414 or 12220552. OLE color: 12220552.

HSL color Cylindrical-coordinate representation of color #8878BA: hue angle of 254.55º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8878BA is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136120186-
CMYK0.270.3500.27
HSL254.55º32.35%60%-
HSV(B)254.55º35.48%72.94%-
XYZ25.7322.2149.39-
YUV132.31158.3130.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.77%
GREEN value IS 120 (47.27% from 255) = 27.15%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=30.77%
G=27.15%
B=42.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361201860.270.3500.27254.5532.3560
Hex8878BA1B2301Bff203c
Octal21017027233430333774074
Binary100010001111000101110101101110001101101111111111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8878BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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