#868AAD

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

Shades of Manatee #868AAD

Tints of Manatee #868AAD

Color information

#868AAD (or 0x868AAD) is unknown color: approx Manatee. HEX triplet: 86, 8A and AD. RGB value is (134,138,173). Sum of RGB (Red+Green+Blue) = 134+138+173=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #868AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868AAD is #797552. Grayscale: #8C8C8C. Windows color (decimal): -7959891 or 11373190. OLE color: 11373190.

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

Color convert

RGB134138173-
CMYK0.230.2000.32
HSL233.85º19.21%60.2%-
HSV(B)233.85º22.54%67.84%-
XYZ26.4626.2643.21-
YUV140.79146.17123.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=30.11%
G=31.01%
B=38.88%

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
Decimal1341381730.230.2000.32233.8519.2160.2
Hex868AAD1714020ea133c
Octal20621225527240403522374
Binary100001101000101010101101101111010001000001110101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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