Html Css Color HEX #829199 Light Slate Grey

📋 copy color: '#829199'

red 130 ◦ green 145 ◦ blue 153

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

Shades of Light Slate Grey #829199

Tints of Light Slate Grey #829199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.88%

 BLUE value IS 153 (60.16% from 255) = 35.75%

R = 30.37%
G = 33.88%
B = 35.75%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#829199 (or 0x829199) is known color: Light Slate Grey. HEX triplet: 82, 91 and 99. RGB value is (130,145,153). Sum of RGB (Red+Green+Blue) = 130+145+153=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 153 - color contains mainly: blue. Hex color #829199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829199 is #7D6E66. Grayscale: #8D8D8D. Windows color (decimal): -8220263 or 10064258. OLE color: 10064258.

HSL color Cylindrical-coordinate representation of color #829199: hue angle of 200.87º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #829199 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 145 153 -
CMYK 0.15 0.05 0 0.4
HSL 200.87º 0.1% 0.55% -
HSV(B) 200.87º 0.15% 0.6% -
XYZ 25.08 27.3 34.08 -
YUV 141.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 130 145 153 0.15 0.05 0 0.4 200.87 0.1 0.55
Hex 82 91 99 F 5 0 28 C9 A 37
Octal 202 221 231 17 5 0 50 311 12 67
Binary 10000010 10010001 10011001 1111 101 0 101000 11001001 1010 110111

Color Harmonies of #829199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829199

Black with #829199

Text Example


Text Example

White with #829199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829199; }

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

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

background-color css

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

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

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

border-color css

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

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

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