#8387AB

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

Shades of Manatee #8387AB

Tints of Manatee #8387AB

Color information

#8387AB (or 0x8387AB) is unknown color: approx Manatee. HEX triplet: 83, 87 and AB. RGB value is (131,135,171). Sum of RGB (Red+Green+Blue) = 131+135+171=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #8387AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8387AB is #7C7854. Grayscale: #898989. Windows color (decimal): -8157269 or 11241347. OLE color: 11241347.

HSL color Cylindrical-coordinate representation of color #8387AB: hue angle of 234º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8387AB is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131135171-
CMYK0.230.2100.33
HSL234º19.23%59.22%-
HSV(B)234º23.39%67.06%-
XYZ25.3725.0942.03-
YUV137.91146.67123.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.98%
GREEN value IS 135 (53.12% from 255) = 30.89%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=29.98%
G=30.89%
B=39.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311351710.230.2100.3323419.2359.22
Hex8387AB1715021ea133b
Octal20320725327250413522373
Binary100000111000011110101011101111010101000011110101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8387AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8387AB; }

 p { color: rgb(131,135,171); }

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

<style>
 a { background-color: #8387AB; }

 a { background-color: rgb(131,135,171); }

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

<style>
 span { border-color: #8387AB; }

 span { border-color: rgb(131,135,171); }

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