#8287AA

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

Shades of Manatee #8287AA

Tints of Manatee #8287AA

Color information

#8287AA (or 0x8287AA) is unknown color: approx Manatee. HEX triplet: 82, 87 and AA. RGB value is (130,135,170). Sum of RGB (Red+Green+Blue) = 130+135+170=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #8287AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8287AA is #7D7855. Grayscale: #898989. Windows color (decimal): -8222806 or 11175810. OLE color: 11175810.

HSL color Cylindrical-coordinate representation of color #8287AA: hue angle of 232.5º degrees, saturation: 0.19, 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 #8287AA is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130135170-
CMYK0.240.2100.33
HSL232.5º19.05%58.82%-
HSV(B)232.5º23.53%66.67%-
XYZ25.1324.9841.53-
YUV137.49146.34122.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.89%
GREEN value IS 135 (53.12% from 255) = 31.03%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=29.89%
G=31.03%
B=39.08%

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
Decimal1301351700.240.2100.33232.519.0558.82
Hex8287AA1815021e8133b
Octal20220725230250413502373
Binary100000101000011110101010110001010101000011110100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8287AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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