#8581CF

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

Shades of Moody Blue #8581CF

Tints of Moody Blue #8581CF

Color information

#8581CF (or 0x8581CF) is unknown color: approx Moody Blue. HEX triplet: 85, 81 and CF. RGB value is (133,129,207). Sum of RGB (Red+Green+Blue) = 133+129+207=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #8581CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8581CF is #7A7E30. Grayscale: #8A8A8A. Windows color (decimal): -8027697 or 13599109. OLE color: 13599109.

HSL color Cylindrical-coordinate representation of color #8581CF: hue angle of 243.08º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8581CF is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133129207-
CMYK0.360.3800.19
HSL243.08º44.83%65.88%-
HSV(B)243.08º37.68%81.18%-
XYZ28.7925.1962.38-
YUV139.09166.33123.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.36%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=28.36%
G=27.51%
B=44.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331292070.360.3800.19243.0844.8365.88
Hex8581CF2426013f32d42
Octal205201317444602336355102
Binary100001011000000111001111100100100110010011111100111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8581CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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