Html Css Color HEX #838A92 Light Slate Grey

📋 copy color: '#838A92'

red 131 ◦ green 138 ◦ blue 146

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

Shades of Light Slate Grey #838A92

Tints of Light Slate Grey #838A92

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.25%

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

R = 31.57%
G = 33.25%
B = 35.18%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#838A92 (or 0x838A92) is known color: Light Slate Grey. HEX triplet: 83, 8A and 92. RGB value is (131,138,146). Sum of RGB (Red+Green+Blue) = 131+138+146=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 146 - color contains mainly: blue. Hex color #838A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838A92 is #7C756D. Grayscale: #888888. Windows color (decimal): -8156526 or 9603715. OLE color: 9603715.

HSL color Cylindrical-coordinate representation of color #838A92: hue angle of 212º 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 #838A92 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 138 146 -
CMYK 0.10 0.05 0 0.43
HSL 212º 0.06% 0.54% -
HSV(B) 212º 0.1% 0.57% -
XYZ 23.64 25.08 30.79 -
YUV 136.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 131 138 146 0.10 0.05 0 0.43 212 0.06 0.54
Hex 83 8A 92 A 5 0 2B D4 6 36
Octal 203 212 222 12 5 0 53 324 6 66
Binary 10000011 10001010 10010010 1010 101 0 101011 11010100 110 110110

Color Harmonies of #838A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A92

Black with #838A92

Text Example


Text Example

White with #838A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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