#868BAF

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

Shades of Manatee #868BAF

Tints of Manatee #868BAF

Color information

#868BAF (or 0x868BAF) is unknown color: approx Manatee. HEX triplet: 86, 8B and AF. RGB value is (134,139,175). Sum of RGB (Red+Green+Blue) = 134+139+175=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #868BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868BAF is #797450. Grayscale: #8D8D8D. Windows color (decimal): -7959633 or 11504518. OLE color: 11504518.

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

Color convert

RGB134139175-
CMYK0.230.2100.31
HSL232.68º20.4%60.59%-
HSV(B)232.68º23.43%68.63%-
XYZ26.826.6344.28-
YUV141.61146.84122.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.91%
GREEN value IS 139 (54.69% from 255) = 31.03%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=29.91%
G=31.03%
B=39.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341391750.230.2100.31232.6820.460.59
Hex868BAF171501Fe9143d
Octal20621325727250373512475
Binary10000110100010111010111110111101010111111110100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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