#8581CA

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

Shades of Moody Blue #8581CA

Tints of Moody Blue #8581CA

Color information

#8581CA (or 0x8581CA) is unknown color: approx Moody Blue. HEX triplet: 85, 81 and CA. RGB value is (133,129,202). Sum of RGB (Red+Green+Blue) = 133+129+202=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #8581CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8581CA is #7A7E35. Grayscale: #8A8A8A. Windows color (decimal): -8027702 or 13271429. OLE color: 13271429.

HSL color Cylindrical-coordinate representation of color #8581CA: hue angle of 243.29º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8581CA is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB133129202-
CMYK0.340.3600.21
HSL243.29º40.78%64.9%-
HSV(B)243.29º36.14%79.22%-
XYZ28.1824.9559.21-
YUV138.52163.83124.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=28.66%
G=27.80%
B=43.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331292020.340.3600.21243.2940.7864.9
Hex8581CA2224015f32941
Octal205201312424402536351101
Binary100001011000000111001010100010100100010101111100111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8581CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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