#868DAF

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

Shades of Manatee #868DAF

Tints of Manatee #868DAF

Color information

#868DAF (or 0x868DAF) is unknown color: approx Manatee. HEX triplet: 86, 8D and AF. RGB value is (134,141,175). Sum of RGB (Red+Green+Blue) = 134+141+175=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #868DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868DAF is #797250. Grayscale: #8E8E8E. Windows color (decimal): -7959121 or 11505030. OLE color: 11505030.

HSL color Cylindrical-coordinate representation of color #868DAF: hue angle of 229.76º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #868DAF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134141175-
CMYK0.230.1900.31
HSL229.76º20.4%60.59%-
HSV(B)229.76º23.43%68.63%-
XYZ27.0927.2144.38-
YUV142.78146.18121.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.78%
GREEN value IS 141 (55.47% from 255) = 31.33%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=29.78%
G=31.33%
B=38.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341411750.230.1900.31229.7620.460.59
Hex868DAF171301Fe6143d
Octal20621525727230373462475
Binary10000110100011011010111110111100110111111110011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,141,175); }

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

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

 a { background-color: rgb(134,141,175); }

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

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

 span { border-color: rgb(134,141,175); }

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