#868BA8

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

Shades of Manatee #868BA8

Tints of Manatee #868BA8

Color information

#868BA8 (or 0x868BA8) is unknown color: approx Manatee. HEX triplet: 86, 8B and A8. RGB value is (134,139,168). Sum of RGB (Red+Green+Blue) = 134+139+168=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 168 - color contains mainly: blue. Hex color #868BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868BA8 is #797457. Grayscale: #8C8C8C. Windows color (decimal): -7959640 or 11045766. OLE color: 11045766.

HSL color Cylindrical-coordinate representation of color #868BA8: hue angle of 231.18º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #868BA8 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB134139168-
CMYK0.200.1700.34
HSL231.18º16.35%59.22%-
HSV(B)231.18º20.24%65.88%-
XYZ26.1326.3640.76-
YUV140.81143.34123.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.39%
GREEN value IS 139 (54.69% from 255) = 31.52%
BLUE value IS 168 (66.02% from 255) = 38.10%
R=30.39%
G=31.52%
B=38.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1341391680.200.1700.34231.1816.3559.22
Hex868BA81411022e7103b
Octal20621325024210423472073
Binary100001101000101110101000101001000101000101110011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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