#8880D3

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

Shades of Moody Blue #8880D3

Tints of Moody Blue #8880D3

Color information

#8880D3 (or 0x8880D3) is unknown color: approx Moody Blue. HEX triplet: 88, 80 and D3. RGB value is (136,128,211). Sum of RGB (Red+Green+Blue) = 136+128+211=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 211 - color contains mainly: blue. Hex color #8880D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880D3 is #777F2C. Grayscale: #8B8B8B. Windows color (decimal): -7831341 or 13861000. OLE color: 13861000.

HSL color Cylindrical-coordinate representation of color #8880D3: hue angle of 245.78º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8880D3 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB136128211-
CMYK0.360.3900.17
HSL245.78º48.54%66.47%-
HSV(B)245.78º39.34%82.75%-
XYZ29.6325.3864.96-
YUV139.85168.15125.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.63%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 211 (82.81% from 255) = 44.42%
R=28.63%
G=26.95%
B=44.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1361282110.360.3900.17245.7848.5466.47
Hex8880D32427011f63142
Octal210200323444702136661102
Binary100010001000000011010011100100100111010001111101101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8880D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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