#8581de

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

Shades of Moody Blue #8581DE

Tints of Moody Blue #8581DE

Color information

#8581DE (or 0x8581DE) is unknown color: approx Moody Blue. HEX triplet: 85, 81 and DE. RGB value is (133,129,222). Sum of RGB (Red+Green+Blue) = 133+129+222=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #8581DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8581DE is #7A7E21. Grayscale: #8C8C8C. Windows color (decimal): -8027682 or 14582149. OLE color: 14582149.

HSL color Cylindrical-coordinate representation of color #8581DE: hue angle of 242.58º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8581DE is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133129222-
CMYK0.400.4200.13
HSL242.58º58.49%68.82%-
HSV(B)242.58º41.89%87.06%-
XYZ30.7125.9672.5-
YUV140.8173.83122.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.48%
GREEN value IS 129 (50.78% from 255) = 26.65%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=27.48%
G=26.65%
B=45.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331292220.400.4200.13242.5858.4968.82
Hex8581DE282A0Df33a45
Octal205201336505201536372105
Binary10000101100000011101111010100010101001101111100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8581de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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