#8880DF

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

Shades of Moody Blue #8880DF

Tints of Moody Blue #8880DF

Color information

#8880DF (or 0x8880DF) is unknown color: approx Moody Blue. HEX triplet: 88, 80 and DF. RGB value is (136,128,223). Sum of RGB (Red+Green+Blue) = 136+128+223=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #8880DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880DF is #777F20. Grayscale: #8C8C8C. Windows color (decimal): -7831329 or 14647432. OLE color: 14647432.

HSL color Cylindrical-coordinate representation of color #8880DF: hue angle of 245.05º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8880DF is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136128223-
CMYK0.390.4300.13
HSL245.05º59.75%68.82%-
HSV(B)245.05º42.6%87.45%-
XYZ31.192673.19-
YUV141.22174.15124.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.93%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 223 (87.5% from 255) = 45.79%
R=27.93%
G=26.28%
B=45.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361282230.390.4300.13245.0559.7568.82
Hex8880DF272B0Df53c45
Octal210200337475301536574105
Binary10001000100000001101111110011110101101101111101011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8880DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8880DF; }

 p { color: rgb(136,128,223); }

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

<style>
 a { background-color: #8880DF; }

 a { background-color: rgb(136,128,223); }

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

<style>
 span { border-color: #8880DF; }

 span { border-color: rgb(136,128,223); }

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