#868AA9

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

Shades of Manatee #868AA9

Tints of Manatee #868AA9

Color information

#868AA9 (or 0x868AA9) is unknown color: approx Manatee. HEX triplet: 86, 8A and A9. RGB value is (134,138,169). Sum of RGB (Red+Green+Blue) = 134+138+169=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 169 - color contains mainly: blue. Hex color #868AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868AA9 is #797556. Grayscale: #8C8C8C. Windows color (decimal): -7959895 or 11111046. OLE color: 11111046.

HSL color Cylindrical-coordinate representation of color #868AA9: hue angle of 233.14º 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 #868AA9 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB134138169-
CMYK0.210.1800.34
HSL233.14º16.91%59.41%-
HSV(B)233.14º20.71%66.27%-
XYZ26.0826.1141.2-
YUV140.34144.17123.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.39%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 169 (66.41% from 255) = 38.32%
R=30.39%
G=31.29%
B=38.32%

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
Decimal1341381690.210.1800.34233.1416.9159.41
Hex868AA91512022e9113b
Octal20621225125220423512173
Binary100001101000101010101001101011001001000101110100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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