#868CAE

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

Shades of Manatee #868CAE

Tints of Manatee #868CAE

Color information

#868CAE (or 0x868CAE) is unknown color: approx Manatee. HEX triplet: 86, 8C and AE. RGB value is (134,140,174). Sum of RGB (Red+Green+Blue) = 134+140+174=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #868CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868CAE is #797351. Grayscale: #8D8D8D. Windows color (decimal): -7959378 or 11439238. OLE color: 11439238.

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

Color convert

RGB134140174-
CMYK0.230.2000.32
HSL231º19.8%60.39%-
HSV(B)231º22.99%68.24%-
XYZ26.8526.8843.82-
YUV142.08146.01122.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.91%
GREEN value IS 140 (55.08% from 255) = 31.25%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=29.91%
G=31.25%
B=38.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341401740.230.2000.3223119.860.39
Hex868CAE1714020e7143c
Octal20621425627240403472474
Binary100001101000110010101110101111010001000001110011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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