Html Css Color HEX #828792 Light Slate Grey

📋 copy color: '#828792'

red 130 ◦ green 135 ◦ blue 146

#828792
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #828792

Tints of Light Slate Grey #828792

RGB

 RED value IS 130 (51.17% from 255) = 31.63%

 GREEN value IS 135 (53.13% from 255) = 32.85%

 BLUE value IS 146 (57.42% from 255) = 35.52%

R = 31.63%
G = 32.85%
B = 35.52%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#828792 (or 0x828792) is known color: Light Slate Grey. HEX triplet: 82, 87 and 92. RGB value is (130,135,146). Sum of RGB (Red+Green+Blue) = 130+135+146=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 146 - color contains mainly: blue. Hex color #828792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828792 is #7D786D. Grayscale: #868686. Windows color (decimal): -8222830 or 9602946. OLE color: 9602946.

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

Color convert

RGB 130 135 146 -
CMYK 0.11 0.08 0 0.43
HSL 221.25º 0.07% 0.54% -
HSV(B) 221.25º 0.11% 0.57% -
XYZ 23.06 24.15 30.64 -
YUV 134.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 130 135 146 0.11 0.08 0 0.43 221.25 0.07 0.54
Hex 82 87 92 B 8 0 2B DD 7 36
Octal 202 207 222 13 10 0 53 335 7 66
Binary 10000010 10000111 10010010 1011 1000 0 101011 11011101 111 110110

Color Harmonies of #828792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828792

Black with #828792

Text Example


Text Example

White with #828792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828792; }

 p { color: rgb(130,135,146); }

 H1.HeaderClassName
 {
   color: #828792;
 }
 .AnyTagClassName
 {
   color: #828792;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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