#868EAF

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

Shades of Manatee #868EAF

Tints of Manatee #868EAF

Color information

#868EAF (or 0x868EAF) is unknown color: approx Manatee. HEX triplet: 86, 8E and AF. RGB value is (134,142,175). Sum of RGB (Red+Green+Blue) = 134+142+175=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #868EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868EAF is #797150. Grayscale: #8F8F8F. Windows color (decimal): -7958865 or 11505286. OLE color: 11505286.

HSL color Cylindrical-coordinate representation of color #868EAF: hue angle of 228.29º 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 #868EAF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134142175-
CMYK0.230.1900.31
HSL228.29º20.4%60.59%-
HSV(B)228.29º23.43%68.63%-
XYZ27.2427.5144.43-
YUV143.37145.85121.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.71%
GREEN value IS 142 (55.86% from 255) = 31.49%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=29.71%
G=31.49%
B=38.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341421750.230.1900.31228.2920.460.59
Hex868EAF171301Fe4143d
Octal20621625727230373442475
Binary10000110100011101010111110111100110111111110010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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