Html Css Color HEX #838B95 Light Slate Grey

📋 copy color: '#838B95'

red 131 ◦ green 139 ◦ blue 149

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

Shades of Light Slate Grey #838B95

Tints of Light Slate Grey #838B95

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.17%

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

R = 31.26%
G = 33.17%
B = 35.56%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#838B95 (or 0x838B95) is known color: Light Slate Grey. HEX triplet: 83, 8B and 95. RGB value is (131,139,149). Sum of RGB (Red+Green+Blue) = 131+139+149=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 149 - color contains mainly: blue. Hex color #838B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B95 is #7C746A. Grayscale: #898989. Windows color (decimal): -8156267 or 9800579. OLE color: 9800579.

HSL color Cylindrical-coordinate representation of color #838B95: hue angle of 213.33º 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 #838B95 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 139 149 -
CMYK 0.12 0.07 0 0.42
HSL 213.33º 0.08% 0.55% -
HSV(B) 213.33º 0.12% 0.58% -
XYZ 24.02 25.46 32.08 -
YUV 137.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 131 139 149 0.12 0.07 0 0.42 213.33 0.08 0.55
Hex 83 8B 95 C 7 0 2A D5 8 37
Octal 203 213 225 14 7 0 52 325 10 67
Binary 10000011 10001011 10010101 1100 111 0 101010 11010101 1000 110111

Color Harmonies of #838B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838B95

Black with #838B95

Text Example


Text Example

White with #838B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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