Html Css Color HEX #828895 Light Slate Grey

📋 copy color: '#828895'

red 130 ◦ green 136 ◦ blue 149

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

Shades of Light Slate Grey #828895

Tints of Light Slate Grey #828895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

 BLUE value IS 149 (58.59% from 255) = 35.9%

R = 31.33%
G = 32.77%
B = 35.9%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828895 (or 0x828895) is known color: Light Slate Grey. HEX triplet: 82, 88 and 95. RGB value is (130,136,149). Sum of RGB (Red+Green+Blue) = 130+136+149=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 149 - color contains mainly: blue. Hex color #828895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828895 is #7D776A. Grayscale: #878787. Windows color (decimal): -8222571 or 9799810. OLE color: 9799810.

HSL color Cylindrical-coordinate representation of color #828895: hue angle of 221.05º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #828895 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 136 149 -
CMYK 0.13 0.09 0 0.42
HSL 221.05º 0.08% 0.55% -
HSV(B) 221.05º 0.13% 0.58% -
XYZ 23.43 24.52 31.93 -
YUV 135.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 130 136 149 0.13 0.09 0 0.42 221.05 0.08 0.55
Hex 82 88 95 D 9 0 2A DD 8 37
Octal 202 210 225 15 11 0 52 335 10 67
Binary 10000010 10001000 10010101 1101 1001 0 101010 11011101 1000 110111

Color Harmonies of #828895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828895

Black with #828895

Text Example


Text Example

White with #828895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828895; }

 p { color: rgb(130,136,149); }

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

background-color css

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

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

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

border-color css

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

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

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