#828F9E

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

Shades of Light Slate Grey #828F9E

Tints of Light Slate Grey #828F9E

Color information

#828F9E (or 0x828F9E) is unknown color: approx Light Slate Grey. HEX triplet: 82, 8F and 9E. RGB value is (130,143,158). Sum of RGB (Red+Green+Blue) = 130+143+158=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #828F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F9E is #7D7061. Grayscale: #8C8C8C. Windows color (decimal): -8220770 or 10391426. OLE color: 10391426.

HSL color Cylindrical-coordinate representation of color #828F9E: hue angle of 212.14º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #828F9E is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB130143158-
CMYK0.180.0900.38
HSL212.14º12.61%56.47%-
HSV(B)212.14º17.72%61.96%-
XYZ25.226.8636.2-
YUV140.82137.69120.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 143 (56.25% from 255) = 33.18%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=30.16%
G=33.18%
B=36.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301431580.180.0900.38212.1412.6156.47
Hex828F9E129026d4d38
Octal20221723622110463241570
Binary1000001010001111100111101001010010100110110101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828F9E; }

 p { color: rgb(130,143,158); }

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

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

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

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

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

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

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