#8581D0

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

Shades of Moody Blue #8581D0

Tints of Moody Blue #8581D0

Color information

#8581D0 (or 0x8581D0) is unknown color: approx Moody Blue. HEX triplet: 85, 81 and D0. RGB value is (133,129,208). Sum of RGB (Red+Green+Blue) = 133+129+208=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #8581D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8581D0 is #7A7E2F. Grayscale: #8A8A8A. Windows color (decimal): -8027696 or 13664645. OLE color: 13664645.

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

Color convert

RGB133129208-
CMYK0.360.3800.18
HSL243.04º45.66%66.08%-
HSV(B)243.04º37.98%81.57%-
XYZ28.9125.2463.02-
YUV139.2166.83123.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 208 (81.64% from 255) = 44.26%
R=28.30%
G=27.45%
B=44.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1331292080.360.3800.18243.0445.6666.08
Hex8581D02426012f32e42
Octal205201320444602236356102
Binary100001011000000111010000100100100110010010111100111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8581D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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