#8581DC

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

Shades of Moody Blue #8581DC

Tints of Moody Blue #8581DC

Color information

#8581DC (or 0x8581DC) is unknown color: approx Moody Blue. HEX triplet: 85, 81 and DC. RGB value is (133,129,220). Sum of RGB (Red+Green+Blue) = 133+129+220=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #8581DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8581DC is #7A7E23. Grayscale: #8C8C8C. Windows color (decimal): -8027684 or 14451077. OLE color: 14451077.

HSL color Cylindrical-coordinate representation of color #8581DC: hue angle of 242.64º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8581DC is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133129220-
CMYK0.400.4100.14
HSL242.64º56.52%68.43%-
HSV(B)242.64º41.36%86.27%-
XYZ30.4425.8571.1-
YUV140.57172.83122.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 220 (86.33% from 255) = 45.64%
R=27.59%
G=26.76%
B=45.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331292200.400.4100.14242.6456.5268.43
Hex8581DC28290Ef33944
Octal205201334505101636371104
Binary10000101100000011101110010100010100101110111100111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8581DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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