#8880E0

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

Shades of Moody Blue #8880E0

Tints of Moody Blue #8880E0

Color information

#8880E0 (or 0x8880E0) is unknown color: approx Moody Blue. HEX triplet: 88, 80 and E0. RGB value is (136,128,224). Sum of RGB (Red+Green+Blue) = 136+128+224=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #8880E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880E0 is #777F1F. Grayscale: #8C8C8C. Windows color (decimal): -7831328 or 14712968. OLE color: 14712968.

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

Color convert

RGB136128224-
CMYK0.390.4300.12
HSL245º60.76%69.02%-
HSV(B)245º42.86%87.84%-
XYZ31.3326.0573.9-
YUV141.34174.65124.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.87%
GREEN value IS 128 (50.39% from 255) = 26.23%
BLUE value IS 224 (87.89% from 255) = 45.90%
R=27.87%
G=26.23%
B=45.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1361282240.390.4300.1224560.7669.02
Hex8880E0272B0Cf53d45
Octal210200340475301436575105
Binary10001000100000001110000010011110101101100111101011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8880E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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