#868AA5

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

Shades of Manatee #868AA5

Tints of Manatee #868AA5

Color information

#868AA5 (or 0x868AA5) is unknown color: approx Manatee. HEX triplet: 86, 8A and A5. RGB value is (134,138,165). Sum of RGB (Red+Green+Blue) = 134+138+165=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 165 - color contains mainly: blue. Hex color #868AA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868AA5 is #79755A. Grayscale: #8B8B8B. Windows color (decimal): -7959899 or 10848902. OLE color: 10848902.

HSL color Cylindrical-coordinate representation of color #868AA5: hue angle of 232.26º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #868AA5 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB134138165-
CMYK0.190.1600.35
HSL232.26º14.69%58.63%-
HSV(B)232.26º18.79%64.71%-
XYZ25.7125.9639.25-
YUV139.88142.17123.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 138 (54.30% from 255) = 31.58%
BLUE value IS 165 (64.84% from 255) = 37.76%
R=30.66%
G=31.58%
B=37.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341381650.190.1600.35232.2614.6958.63
Hex868AA51310023e8f3b
Octal20621224523200433501773
Binary10000110100010101010010110011100000100011111010001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,138,165); }

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

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

 a { background-color: rgb(134,138,165); }

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

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

 span { border-color: rgb(134,138,165); }

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