#868CAC

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

Shades of Manatee #868CAC

Tints of Manatee #868CAC

Color information

#868CAC (or 0x868CAC) is unknown color: approx Manatee. HEX triplet: 86, 8C and AC. RGB value is (134,140,172). Sum of RGB (Red+Green+Blue) = 134+140+172=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #868CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868CAC is #797353. Grayscale: #8D8D8D. Windows color (decimal): -7959380 or 11308166. OLE color: 11308166.

HSL color Cylindrical-coordinate representation of color #868CAC: hue angle of 230.53º degrees, saturation: 0.19, 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 #868CAC is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134140172-
CMYK0.220.1900.33
HSL230.53º18.63%60%-
HSV(B)230.53º22.09%67.45%-
XYZ26.6626.842.8-
YUV141.85145.01122.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.04%
GREEN value IS 140 (55.08% from 255) = 31.39%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=30.04%
G=31.39%
B=38.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341401720.220.1900.33230.5318.6360
Hex868CAC1613021e7133c
Octal20621425426230413472374
Binary100001101000110010101100101101001101000011110011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,140,172); }

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

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

 a { background-color: rgb(134,140,172); }

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

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

 span { border-color: rgb(134,140,172); }

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