#868FAE

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

Shades of Manatee #868FAE

Tints of Manatee #868FAE

Color information

#868FAE (or 0x868FAE) is unknown color: approx Manatee. HEX triplet: 86, 8F and AE. RGB value is (134,143,174). Sum of RGB (Red+Green+Blue) = 134+143+174=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #868FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868FAE is #797051. Grayscale: #8F8F8F. Windows color (decimal): -7958610 or 11440006. OLE color: 11440006.

HSL color Cylindrical-coordinate representation of color #868FAE: hue angle of 226.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #868FAE is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB134143174-
CMYK0.230.1800.32
HSL226.5º19.8%60.39%-
HSV(B)226.5º22.99%68.24%-
XYZ27.2927.7743.97-
YUV143.84145.02120.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.71%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=29.71%
G=31.71%
B=38.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341431740.230.1800.32226.519.860.39
Hex868FAE1712020e2143c
Octal20621725627220403422474
Binary100001101000111110101110101111001001000001110001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,143,174); }

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

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

 a { background-color: rgb(134,143,174); }

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

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

 span { border-color: rgb(134,143,174); }

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