#8879DA

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

Shades of Moody Blue #8879DA

Tints of Moody Blue #8879DA

Color information

#8879DA (or 0x8879DA) is unknown color: approx Moody Blue. HEX triplet: 88, 79 and DA. RGB value is (136,121,218). Sum of RGB (Red+Green+Blue) = 136+121+218=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #8879DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8879DA is #778625. Grayscale: #888888. Windows color (decimal): -7833126 or 14317960. OLE color: 14317960.

HSL color Cylindrical-coordinate representation of color #8879DA: hue angle of 249.28º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8879DA is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136121218-
CMYK0.380.4400.15
HSL249.28º56.73%66.47%-
HSV(B)249.28º44.5%85.49%-
XYZ29.6523.9769.39-
YUV136.54173.97127.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.63%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 218 (85.55% from 255) = 45.89%
R=28.63%
G=25.47%
B=45.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361212180.380.4400.15249.2856.7366.47
Hex8879DA262C0Ff93942
Octal210171332465401737171102
Binary1000100011110011101101010011010110001111111110011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8879DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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