#868FAB

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

Shades of Manatee #868FAB

Tints of Manatee #868FAB

Color information

#868FAB (or 0x868FAB) is unknown color: approx Manatee. HEX triplet: 86, 8F and AB. RGB value is (134,143,171). Sum of RGB (Red+Green+Blue) = 134+143+171=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #868FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868FAB is #797054. Grayscale: #8F8F8F. Windows color (decimal): -7958613 or 11243398. OLE color: 11243398.

HSL color Cylindrical-coordinate representation of color #868FAB: hue angle of 225.41º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #868FAB is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134143171-
CMYK0.220.1600.33
HSL225.41º18.05%59.8%-
HSV(B)225.41º21.64%67.06%-
XYZ2727.6542.44-
YUV143.5143.52121.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.91%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=29.91%
G=31.92%
B=38.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341431710.220.1600.33225.4118.0559.8
Hex868FAB1610021e1123c
Octal20621725326200413412274
Binary100001101000111110101011101101000001000011110000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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