#8283A9

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

Shades of Manatee #8283A9

Tints of Manatee #8283A9

Color information

#8283A9 (or 0x8283A9) is unknown color: approx Manatee. HEX triplet: 82, 83 and A9. RGB value is (130,131,169). Sum of RGB (Red+Green+Blue) = 130+131+169=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 169 - color contains mainly: blue. Hex color #8283A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8283A9 is #7D7C56. Grayscale: #868686. Windows color (decimal): -8223831 or 11109250. OLE color: 11109250.

HSL color Cylindrical-coordinate representation of color #8283A9: hue angle of 238.46º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8283A9 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB130131169-
CMYK0.230.2200.34
HSL238.46º18.48%58.63%-
HSV(B)238.46º23.08%66.27%-
XYZ24.4823.8440.85-
YUV135.03147.17124.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.23%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 169 (66.41% from 255) = 39.30%
R=30.23%
G=30.47%
B=39.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1301311690.230.2200.34238.4618.4858.63
Hex8283A91716022ee123b
Octal20220325127260423562273
Binary100000101000001110101001101111011001000101110111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8283A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8283A9; }

 p { color: rgb(130,131,169); }

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

<style>
 a { background-color: #8283A9; }

 a { background-color: rgb(130,131,169); }

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

<style>
 span { border-color: #8283A9; }

 span { border-color: rgb(130,131,169); }

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