#868BA9

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

Shades of Manatee #868BA9

Tints of Manatee #868BA9

Color information

#868BA9 (or 0x868BA9) is unknown color: approx Manatee. HEX triplet: 86, 8B and A9. RGB value is (134,139,169). Sum of RGB (Red+Green+Blue) = 134+139+169=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 169 - color contains mainly: blue. Hex color #868BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868BA9 is #797456. Grayscale: #8C8C8C. Windows color (decimal): -7959639 or 11111302. OLE color: 11111302.

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

Color convert

RGB134139169-
CMYK0.210.1800.34
HSL231.43º16.91%59.41%-
HSV(B)231.43º20.71%66.27%-
XYZ26.2326.441.25-
YUV140.92143.84123.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 139 (54.69% from 255) = 31.45%
BLUE value IS 169 (66.41% from 255) = 38.24%
R=30.32%
G=31.45%
B=38.24%

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
Decimal1341391690.210.1800.34231.4316.9159.41
Hex868BA91512022e7113b
Octal20621325125220423472173
Binary100001101000101110101001101011001001000101110011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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