#8878D0

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

Shades of Moody Blue #8878D0

Tints of Moody Blue #8878D0

Color information

#8878D0 (or 0x8878D0) is unknown color: approx Moody Blue. HEX triplet: 88, 78 and D0. RGB value is (136,120,208). Sum of RGB (Red+Green+Blue) = 136+120+208=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #8878D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878D0 is #77872F. Grayscale: #868686. Windows color (decimal): -7833392 or 13662344. OLE color: 13662344.

HSL color Cylindrical-coordinate representation of color #8878D0: hue angle of 250.91º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8878D0 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB136120208-
CMYK0.350.4200.18
HSL250.91º48.35%64.31%-
HSV(B)250.91º42.31%81.57%-
XYZ28.2523.2262.67-
YUV134.82169.3128.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.31%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 208 (81.64% from 255) = 44.83%
R=29.31%
G=25.86%
B=44.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1361202080.350.4200.18250.9148.3564.31
Hex8878D0232A012fb3040
Octal210170320435202237360100
Binary10001000111100011010000100011101010010010111110111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8878D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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