Html Css Color HEX #828791 Light Slate Grey

📋 copy color: '#828791'

red 130 ◦ green 135 ◦ blue 145

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

Shades of Light Slate Grey #828791

Tints of Light Slate Grey #828791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.37%

R = 31.71%
G = 32.93%
B = 35.37%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#828791 (or 0x828791) is known color: Light Slate Grey. HEX triplet: 82, 87 and 91. RGB value is (130,135,145). Sum of RGB (Red+Green+Blue) = 130+135+145=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 145 - color contains mainly: blue. Hex color #828791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828791 is #7D786E. Grayscale: #868686. Windows color (decimal): -8222831 or 9537410. OLE color: 9537410.

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

Color convert

RGB 130 135 145 -
CMYK 0.10 0.07 0 0.43
HSL 220º 0.06% 0.54% -
HSV(B) 220º 0.1% 0.57% -
XYZ 22.98 24.12 30.23 -
YUV 134.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 130 135 145 0.10 0.07 0 0.43 220 0.06 0.54
Hex 82 87 91 A 7 0 2B DC 6 36
Octal 202 207 221 12 7 0 53 334 6 66
Binary 10000010 10000111 10010001 1010 111 0 101011 11011100 110 110110

Color Harmonies of #828791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828791

Black with #828791

Text Example


Text Example

White with #828791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828791; }

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

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

background-color css

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

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

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

border-color css

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

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

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