Html Css Color HEX #838992 Light Slate Grey

📋 copy color: '#838992'

red 131 ◦ green 137 ◦ blue 146

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

Shades of Light Slate Grey #838992

Tints of Light Slate Grey #838992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 31.64%
G = 33.09%
B = 35.27%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#838992 (or 0x838992) is known color: Light Slate Grey. HEX triplet: 83, 89 and 92. RGB value is (131,137,146). Sum of RGB (Red+Green+Blue) = 131+137+146=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 146 - color contains mainly: blue. Hex color #838992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838992 is #7C766D. Grayscale: #888888. Windows color (decimal): -8156782 or 9603459. OLE color: 9603459.

HSL color Cylindrical-coordinate representation of color #838992: hue angle of 216º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838992 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 137 146 -
CMYK 0.10 0.06 0 0.43
HSL 216º 0.06% 0.54% -
HSV(B) 216º 0.1% 0.57% -
XYZ 23.49 24.79 30.74 -
YUV 136.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 131 137 146 0.10 0.06 0 0.43 216 0.06 0.54
Hex 83 89 92 A 6 0 2B D8 6 36
Octal 203 211 222 12 6 0 53 330 6 66
Binary 10000011 10001001 10010010 1010 110 0 101011 11011000 110 110110

Color Harmonies of #838992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838992

Black with #838992

Text Example


Text Example

White with #838992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838992; }

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

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

background-color css

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

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

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

border-color css

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

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

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