#8581D8

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

Shades of Moody Blue #8581D8

Tints of Moody Blue #8581D8

Color information

#8581D8 (or 0x8581D8) is unknown color: approx Moody Blue. HEX triplet: 85, 81 and D8. RGB value is (133,129,216). Sum of RGB (Red+Green+Blue) = 133+129+216=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 216 - color contains mainly: blue. Hex color #8581D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8581D8 is #7A7E27. Grayscale: #8B8B8B. Windows color (decimal): -8027688 or 14188933. OLE color: 14188933.

HSL color Cylindrical-coordinate representation of color #8581D8: hue angle of 242.76º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8581D8 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB133129216-
CMYK0.380.4000.15
HSL242.76º52.73%67.65%-
HSV(B)242.76º40.28%84.71%-
XYZ29.9225.6468.34-
YUV140.11170.83122.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 216 (84.77% from 255) = 45.19%
R=27.82%
G=26.99%
B=45.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1331292160.380.4000.15242.7652.7367.65
Hex8581D826280Ff33544
Octal205201330465001736365104
Binary10000101100000011101100010011010100001111111100111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8581D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8581D8; }

 p { color: rgb(133,129,216); }

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

<style>
 a { background-color: #8581D8; }

 a { background-color: rgb(133,129,216); }

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

<style>
 span { border-color: #8581D8; }

 span { border-color: rgb(133,129,216); }

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