#858AA9

Color #858AA9 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #858AA9

Tints of Manatee #858AA9

Color information

#858AA9 (or 0x858AA9) is unknown color: approx Manatee. HEX triplet: 85, 8A and A9. RGB value is (133,138,169). Sum of RGB (Red+Green+Blue) = 133+138+169=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 169 - color contains mainly: blue. Hex color #858AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858AA9 is #7A7556. Grayscale: #8B8B8B. Windows color (decimal): -8025431 or 11111045. OLE color: 11111045.

HSL color Cylindrical-coordinate representation of color #858AA9: hue angle of 231.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #858AA9 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB133138169-
CMYK0.210.1800.34
HSL231.67º17.31%59.22%-
HSV(B)231.67º21.3%66.27%-
XYZ25.9226.0341.19-
YUV140.04144.34122.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.23%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 169 (66.41% from 255) = 38.41%
R=30.23%
G=31.36%
B=38.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1331381690.210.1800.34231.6717.3159.22
Hex858AA91512022e8113b
Octal20521225125220423502173
Binary100001011000101010101001101011001001000101110100010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858AA9; }

 p { color: rgb(133,138,169); }

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

<style>
 a { background-color: #858AA9; }

 a { background-color: rgb(133,138,169); }

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

<style>
 span { border-color: #858AA9; }

 span { border-color: rgb(133,138,169); }

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