#8880BC

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

Shades of Moody Blue #8880BC

Tints of Moody Blue #8880BC

Color information

#8880BC (or 0x8880BC) is unknown color: approx Moody Blue. HEX triplet: 88, 80 and BC. RGB value is (136,128,188). Sum of RGB (Red+Green+Blue) = 136+128+188=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #8880BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880BC is #777F43. Grayscale: #898989. Windows color (decimal): -7831364 or 12353672. OLE color: 12353672.

HSL color Cylindrical-coordinate representation of color #8880BC: hue angle of 248º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8880BC is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136128188-
CMYK0.280.3200.26
HSL248º30.93%61.96%-
HSV(B)248º31.91%73.73%-
XYZ26.9524.350.85-
YUV137.23156.65127.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.09%
GREEN value IS 128 (50.39% from 255) = 28.32%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=30.09%
G=28.32%
B=41.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361281880.280.3200.2624830.9361.96
Hex8880BC1C2001Af81f3e
Octal21020027434400323703776
Binary100010001000000010111100111001000000110101111100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8880BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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