Html Css Color HEX #829099 Light Slate Grey

📋 copy color: '#829099'

red 130 ◦ green 144 ◦ blue 153

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

Shades of Light Slate Grey #829099

Tints of Light Slate Grey #829099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.72%

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

R = 30.44%
G = 33.72%
B = 35.83%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#829099 (or 0x829099) is known color: Light Slate Grey. HEX triplet: 82, 90 and 99. RGB value is (130,144,153). Sum of RGB (Red+Green+Blue) = 130+144+153=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 153 - color contains mainly: blue. Hex color #829099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829099 is #7D6F66. Grayscale: #8C8C8C. Windows color (decimal): -8220519 or 10064002. OLE color: 10064002.

HSL color Cylindrical-coordinate representation of color #829099: hue angle of 203.48º 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 #829099 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 144 153 -
CMYK 0.15 0.06 0 0.4
HSL 203.48º 0.1% 0.55% -
HSV(B) 203.48º 0.15% 0.6% -
XYZ 24.93 26.99 34.03 -
YUV 140.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 130 144 153 0.15 0.06 0 0.4 203.48 0.1 0.55
Hex 82 90 99 F 6 0 28 CB A 37
Octal 202 220 231 17 6 0 50 313 12 67
Binary 10000010 10010000 10011001 1111 110 0 101000 11001011 1010 110111

Color Harmonies of #829099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829099

Black with #829099

Text Example


Text Example

White with #829099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829099; }

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

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

background-color css

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

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

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

border-color css

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

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

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