#828393

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

Shades of Manatee #828393

Tints of Manatee #828393

Color information

#828393 (or 0x828393) is unknown color: approx Manatee. HEX triplet: 82, 83 and 93. RGB value is (130,131,147). Sum of RGB (Red+Green+Blue) = 130+131+147=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: blue. Hex color #828393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828393 is #7D7C6C. Grayscale: #848484. Windows color (decimal): -8223853 or 9667458. OLE color: 9667458.

HSL color Cylindrical-coordinate representation of color #828393: hue angle of 236.47º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828393 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130131147-
CMYK0.120.1100.42
HSL236.47º7.3%54.31%-
HSV(B)236.47º11.56%57.65%-
XYZ22.5923.0930.87-
YUV132.52136.17126.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 147 (57.81% from 255) = 36.03%
R=31.86%
G=32.11%
B=36.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301311470.120.1100.42236.477.354.31
Hex828393CB02Aec736
Octal2022032231413052354766
Binary10000010100000111001001111001011010101011101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828393; }

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

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

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

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

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

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

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

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