#868CAD

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

Shades of Manatee #868CAD

Tints of Manatee #868CAD

Color information

#868CAD (or 0x868CAD) is unknown color: approx Manatee. HEX triplet: 86, 8C and AD. RGB value is (134,140,173). Sum of RGB (Red+Green+Blue) = 134+140+173=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #868CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868CAD is #797352. Grayscale: #8D8D8D. Windows color (decimal): -7959379 or 11373702. OLE color: 11373702.

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

Color convert

RGB134140173-
CMYK0.230.1900.32
HSL230.77º19.21%60.2%-
HSV(B)230.77º22.54%67.84%-
XYZ26.7526.8443.31-
YUV141.97145.51122.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.98%
GREEN value IS 140 (55.08% from 255) = 31.32%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=29.98%
G=31.32%
B=38.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341401730.230.1900.32230.7719.2160.2
Hex868CAD1713020e7133c
Octal20621425527230403472374
Binary100001101000110010101101101111001101000001110011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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