#8581AF

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

Shades of Moody Blue #8581AF

Tints of Moody Blue #8581AF

Color information

#8581AF (or 0x8581AF) is unknown color: approx Moody Blue. HEX triplet: 85, 81 and AF. RGB value is (133,129,175). Sum of RGB (Red+Green+Blue) = 133+129+175=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #8581AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8581AF is #7A7E50. Grayscale: #878787. Windows color (decimal): -8027729 or 11501957. OLE color: 11501957.

HSL color Cylindrical-coordinate representation of color #8581AF: hue angle of 245.22º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8581AF is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB133129175-
CMYK0.240.2600.31
HSL245.22º22.33%59.61%-
HSV(B)245.22º26.29%68.63%-
XYZ25.2623.7843.82-
YUV135.44150.33126.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.43%
GREEN value IS 129 (50.78% from 255) = 29.52%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=30.43%
G=29.52%
B=40.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331291750.240.2600.31245.2222.3359.61
Hex8581AF181A01Ff5163c
Octal20520125730320373652674
Binary10000101100000011010111111000110100111111111010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8581AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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