Html Css Color HEX #839199 Light Slate Grey

📋 copy color: '#839199'

red 131 ◦ green 145 ◦ blue 153

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

Shades of Light Slate Grey #839199

Tints of Light Slate Grey #839199

RGB

 RED value IS 131 (51.56% from 255) = 30.54%

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

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

R = 30.54%
G = 33.8%
B = 35.66%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#839199 (or 0x839199) is known color: Light Slate Grey. HEX triplet: 83, 91 and 99. RGB value is (131,145,153). Sum of RGB (Red+Green+Blue) = 131+145+153=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 153 - color contains mainly: blue. Hex color #839199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839199 is #7C6E66. Grayscale: #8D8D8D. Windows color (decimal): -8154727 or 10064259. OLE color: 10064259.

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

Color convert

RGB 131 145 153 -
CMYK 0.14 0.05 0 0.4
HSL 201.82º 0.1% 0.56% -
HSV(B) 201.82º 0.14% 0.6% -
XYZ 25.24 27.38 34.09 -
YUV 141.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 131 145 153 0.14 0.05 0 0.4 201.82 0.1 0.56
Hex 83 91 99 E 5 0 28 CA A 38
Octal 203 221 231 16 5 0 50 312 12 70
Binary 10000011 10010001 10011001 1110 101 0 101000 11001010 1010 111000

Color Harmonies of #839199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839199

Black with #839199

Text Example


Text Example

White with #839199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839199; }

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

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

background-color css

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

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

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

border-color css

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

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

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