#8581CC

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

Shades of Moody Blue #8581CC

Tints of Moody Blue #8581CC

Color information

#8581CC (or 0x8581CC) is unknown color: approx Moody Blue. HEX triplet: 85, 81 and CC. RGB value is (133,129,204). Sum of RGB (Red+Green+Blue) = 133+129+204=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #8581CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8581CC is #7A7E33. Grayscale: #8A8A8A. Windows color (decimal): -8027700 or 13402501. OLE color: 13402501.

HSL color Cylindrical-coordinate representation of color #8581CC: hue angle of 243.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8581CC is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB133129204-
CMYK0.350.3700.2
HSL243.2º42.37%65.29%-
HSV(B)243.2º36.76%80%-
XYZ28.4225.0560.46-
YUV138.75164.83123.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.54%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 204 (80.08% from 255) = 43.78%
R=28.54%
G=27.68%
B=43.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331292040.350.3700.2243.242.3765.29
Hex8581CC2325014f32a41
Octal205201314434502436352101
Binary100001011000000111001100100011100101010100111100111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8581CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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