Html Css Color HEX #838F9F Light Slate Grey

📋 copy color: '#838F9F'

red 131 ◦ green 143 ◦ blue 159

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

Shades of Light Slate Grey #838F9F

Tints of Light Slate Grey #838F9F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.03%

 BLUE value IS 159 (62.5% from 255) = 36.72%

R = 30.25%
G = 33.03%
B = 36.72%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#838F9F (or 0x838F9F) is known color: Light Slate Grey. HEX triplet: 83, 8F and 9F. RGB value is (131,143,159). Sum of RGB (Red+Green+Blue) = 131+143+159=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 159 - color contains mainly: blue. Hex color #838F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838F9F is #7C7060. Grayscale: #8D8D8D. Windows color (decimal): -8155233 or 10456963. OLE color: 10456963.

HSL color Cylindrical-coordinate representation of color #838F9F: hue angle of 214.29º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #838F9F is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 143 159 -
CMYK 0.18 0.10 0 0.38
HSL 214.29º 0.13% 0.57% -
HSV(B) 214.29º 0.18% 0.62% -
XYZ 25.44 26.97 36.67 -
YUV 141.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 131 143 159 0.18 0.10 0 0.38 214.29 0.13 0.57
Hex 83 8F 9F 12 A 0 26 D6 D 39
Octal 203 217 237 22 12 0 46 326 15 71
Binary 10000011 10001111 10011111 10010 1010 0 100110 11010110 1101 111001

Color Harmonies of #838F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838F9F

Black with #838F9F

Text Example


Text Example

White with #838F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,143,159); }

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

background-color css

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

 a { background-color: rgb(131,143,159); }

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

border-color css

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

 span { border-color: rgb(131,143,159); }

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