#828293

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

Shades of Manatee #828293

Tints of Manatee #828293

Color information

#828293 (or 0x828293) is unknown color: approx Manatee. HEX triplet: 82, 82 and 93. RGB value is (130,130,147). Sum of RGB (Red+Green+Blue) = 130+130+147=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 147 - color contains mainly: blue. Hex color #828293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828293 is #7D7D6C. Grayscale: #838383. Windows color (decimal): -8224109 or 9667202. OLE color: 9667202.

HSL color Cylindrical-coordinate representation of color #828293: hue angle of 240º 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 #828293 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130130147-
CMYK0.120.1200.42
HSL240º7.3%54.31%-
HSV(B)240º11.56%57.65%-
XYZ22.4622.8230.82-
YUV131.94136.5126.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=31.94%
G=31.94%
B=36.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301301470.120.1200.422407.354.31
Hex828293CC02Af0736
Octal2022022231414052360766
Binary10000010100000101001001111001100010101011110000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828293; }

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

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

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

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

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

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

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

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