#8880D7

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

Shades of Moody Blue #8880D7

Tints of Moody Blue #8880D7

Color information

#8880D7 (or 0x8880D7) is unknown color: approx Moody Blue. HEX triplet: 88, 80 and D7. RGB value is (136,128,215). Sum of RGB (Red+Green+Blue) = 136+128+215=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #8880D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880D7 is #777F28. Grayscale: #8B8B8B. Windows color (decimal): -7831337 or 14123144. OLE color: 14123144.

HSL color Cylindrical-coordinate representation of color #8880D7: hue angle of 245.52º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8880D7 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB136128215-
CMYK0.370.4000.16
HSL245.52º52.1%67.25%-
HSV(B)245.52º40.47%84.31%-
XYZ30.1425.5867.64-
YUV140.31170.15124.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.39%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 215 (84.38% from 255) = 44.89%
R=28.39%
G=26.72%
B=44.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1361282150.370.4000.16245.5252.167.25
Hex8880D72528010f63443
Octal210200327455002036664103
Binary100010001000000011010111100101101000010000111101101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8880D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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