#828993

Color #828993 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #828993

Tints of Light Slate Grey #828993

Color information

#828993 (or 0x828993) is unknown color: approx Light Slate Grey. HEX triplet: 82, 89 and 93. RGB value is (130,137,147). Sum of RGB (Red+Green+Blue) = 130+137+147=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 147 - color contains mainly: blue. Hex color #828993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828993 is #7D766C. Grayscale: #888888. Windows color (decimal): -8222317 or 9668994. OLE color: 9668994.

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

Color convert

RGB130137147-
CMYK0.120.0700.42
HSL215.29º7.3%54.31%-
HSV(B)215.29º11.56%57.65%-
XYZ23.4224.7431.15-
YUV136.05134.18123.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 147 (57.81% from 255) = 35.51%
R=31.40%
G=33.09%
B=35.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301371470.120.0700.42215.297.354.31
Hex828993C702Ad7736
Octal202211223147052327766
Binary1000001010001001100100111100111010101011010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828993; }

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

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

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

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

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

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

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

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