#8879d2

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

Shades of Moody Blue #8879D2

Tints of Moody Blue #8879D2

Color information

#8879D2 (or 0x8879D2) is unknown color: approx Moody Blue. HEX triplet: 88, 79 and D2. RGB value is (136,121,210). Sum of RGB (Red+Green+Blue) = 136+121+210=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 210 - color contains mainly: blue. Hex color #8879D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8879D2 is #77862D. Grayscale: #878787. Windows color (decimal): -7833134 or 13793672. OLE color: 13793672.

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

Color convert

RGB136121210-
CMYK0.350.4200.18
HSL250.11º49.72%64.9%-
HSV(B)250.11º42.38%82.35%-
XYZ28.6223.5664.01-
YUV135.63169.97128.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.12%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 210 (82.42% from 255) = 44.97%
R=29.12%
G=25.91%
B=44.97%

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
Decimal1361212100.350.4200.18250.1149.7264.9
Hex8879D2232A012fa3241
Octal210171322435202237262101
Binary10001000111100111010010100011101010010010111110101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8879d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8879d2; }

 p { color: rgb(136,121,210); }

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

<style>
 a { background-color: #8879d2; }

 a { background-color: rgb(136,121,210); }

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

<style>
 span { border-color: #8879d2; }

 span { border-color: rgb(136,121,210); }

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