Html Css Color HEX #828892 Light Slate Grey

📋 copy color: '#828892'

red 130 ◦ green 136 ◦ blue 146

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

Shades of Light Slate Grey #828892

Tints of Light Slate Grey #828892

RGB

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

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

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

R = 31.55%
G = 33.01%
B = 35.44%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#828892 (or 0x828892) is known color: Light Slate Grey. HEX triplet: 82, 88 and 92. RGB value is (130,136,146). Sum of RGB (Red+Green+Blue) = 130+136+146=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 146 - color contains mainly: blue. Hex color #828892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828892 is #7D776D. Grayscale: #878787. Windows color (decimal): -8222574 or 9603202. OLE color: 9603202.

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

Color convert

RGB 130 136 146 -
CMYK 0.11 0.07 0 0.43
HSL 217.5º 0.07% 0.54% -
HSV(B) 217.5º 0.11% 0.57% -
XYZ 23.2 24.43 30.69 -
YUV 135.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 130 136 146 0.11 0.07 0 0.43 217.5 0.07 0.54
Hex 82 88 92 B 7 0 2B DA 7 36
Octal 202 210 222 13 7 0 53 332 7 66
Binary 10000010 10001000 10010010 1011 111 0 101011 11011010 111 110110

Color Harmonies of #828892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828892

Black with #828892

Text Example


Text Example

White with #828892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828892; }

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

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

background-color css

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

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

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

border-color css

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

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

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