#868AB0

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

Shades of Manatee #868AB0

Tints of Manatee #868AB0

Color information

#868AB0 (or 0x868AB0) is unknown color: approx Manatee. HEX triplet: 86, 8A and B0. RGB value is (134,138,176). Sum of RGB (Red+Green+Blue) = 134+138+176=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 176 - color contains mainly: blue. Hex color #868AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868AB0 is #79754F. Grayscale: #8C8C8C. Windows color (decimal): -7959888 or 11569798. OLE color: 11569798.

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

Color convert

RGB134138176-
CMYK0.240.2200.31
HSL234.29º21%60.78%-
HSV(B)234.29º23.86%69.02%-
XYZ26.7626.3844.76-
YUV141.14147.67122.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.91%
GREEN value IS 138 (54.30% from 255) = 30.80%
BLUE value IS 176 (69.14% from 255) = 39.29%
R=29.91%
G=30.80%
B=39.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341381760.240.2200.31234.292160.78
Hex868AB0181601Fea153d
Octal20621226030260373522575
Binary10000110100010101011000011000101100111111110101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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