#868FAA

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

Shades of Manatee #868FAA

Tints of Manatee #868FAA

Color information

#868FAA (or 0x868FAA) is unknown color: approx Manatee. HEX triplet: 86, 8F and AA. RGB value is (134,143,170). Sum of RGB (Red+Green+Blue) = 134+143+170=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #868FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868FAA is #797055. Grayscale: #8F8F8F. Windows color (decimal): -7958614 or 11177862. OLE color: 11177862.

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

Color convert

RGB134143170-
CMYK0.210.1600.33
HSL225º17.48%59.61%-
HSV(B)225º21.18%66.67%-
XYZ26.9127.6241.94-
YUV143.39143.02121.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.98%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=29.98%
G=31.99%
B=38.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341431700.210.1600.3322517.4859.61
Hex868FAA1510021e1113c
Octal20621725225200413412174
Binary100001101000111110101010101011000001000011110000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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