Html Css Color HEX #838995 Light Slate Grey

📋 copy color: '#838995'

red 131 ◦ green 137 ◦ blue 149

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

Shades of Light Slate Grey #838995

Tints of Light Slate Grey #838995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.85%

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

R = 31.41%
G = 32.85%
B = 35.73%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#838995 (or 0x838995) is known color: Light Slate Grey. HEX triplet: 83, 89 and 95. RGB value is (131,137,149). Sum of RGB (Red+Green+Blue) = 131+137+149=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: blue. Hex color #838995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838995 is #7C766A. Grayscale: #888888. Windows color (decimal): -8156779 or 9800067. OLE color: 9800067.

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

Color convert

RGB 131 137 149 -
CMYK 0.12 0.08 0 0.42
HSL 220º 0.08% 0.55% -
HSV(B) 220º 0.12% 0.58% -
XYZ 23.73 24.89 31.99 -
YUV 136.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 131 137 149 0.12 0.08 0 0.42 220 0.08 0.55
Hex 83 89 95 C 8 0 2A DC 8 37
Octal 203 211 225 14 10 0 52 334 10 67
Binary 10000011 10001001 10010101 1100 1000 0 101010 11011100 1000 110111

Color Harmonies of #838995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838995

Black with #838995

Text Example


Text Example

White with #838995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838995; }

 p { color: rgb(131,137,149); }

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

background-color css

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

 a { background-color: rgb(131,137,149); }

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

border-color css

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

 span { border-color: rgb(131,137,149); }

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