#868AAF

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

Shades of Manatee #868AAF

Tints of Manatee #868AAF

Color information

#868AAF (or 0x868AAF) is unknown color: approx Manatee. HEX triplet: 86, 8A and AF. RGB value is (134,138,175). Sum of RGB (Red+Green+Blue) = 134+138+175=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #868AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868AAF is #797550. Grayscale: #8C8C8C. Windows color (decimal): -7959889 or 11504262. OLE color: 11504262.

HSL color Cylindrical-coordinate representation of color #868AAF: hue angle of 234.15º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #868AAF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134138175-
CMYK0.230.2100.31
HSL234.15º20.4%60.59%-
HSV(B)234.15º23.43%68.63%-
XYZ26.6626.3444.24-
YUV141.02147.17122.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.98%
GREEN value IS 138 (54.30% from 255) = 30.87%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=29.98%
G=30.87%
B=39.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341381750.230.2100.31234.1520.460.59
Hex868AAF171501Fea143d
Octal20621225727250373522475
Binary10000110100010101010111110111101010111111110101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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