#8287AB

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

Shades of Manatee #8287AB

Tints of Manatee #8287AB

Color information

#8287AB (or 0x8287AB) is unknown color: approx Manatee. HEX triplet: 82, 87 and AB. RGB value is (130,135,171). Sum of RGB (Red+Green+Blue) = 130+135+171=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #8287AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8287AB is #7D7854. Grayscale: #898989. Windows color (decimal): -8222805 or 11241346. OLE color: 11241346.

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

Color convert

RGB130135171-
CMYK0.240.2100.33
HSL232.68º19.62%59.02%-
HSV(B)232.68º23.98%67.06%-
XYZ25.2225.0142.03-
YUV137.61146.84122.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.82%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=29.82%
G=30.96%
B=39.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301351710.240.2100.33232.6819.6259.02
Hex8287AB1815021e9143b
Octal20220725330250413512473
Binary100000101000011110101011110001010101000011110100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8287AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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