Html Css Color HEX #838E9F Light Slate Grey

📋 copy color: '#838E9F'

red 131 ◦ green 142 ◦ blue 159

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

Shades of Light Slate Grey #838E9F

Tints of Light Slate Grey #838E9F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.87%

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

R = 30.32%
G = 32.87%
B = 36.81%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#838E9F (or 0x838E9F) is known color: Light Slate Grey. HEX triplet: 83, 8E and 9F. RGB value is (131,142,159). Sum of RGB (Red+Green+Blue) = 131+142+159=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 159 - color contains mainly: blue. Hex color #838E9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E9F is #7C7160. Grayscale: #8C8C8C. Windows color (decimal): -8155489 or 10456707. OLE color: 10456707.

HSL color Cylindrical-coordinate representation of color #838E9F: hue angle of 216.43º 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 #838E9F is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 142 159 -
CMYK 0.18 0.11 0 0.38
HSL 216.43º 0.13% 0.57% -
HSV(B) 216.43º 0.18% 0.62% -
XYZ 25.29 26.67 36.62 -
YUV 140.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 131 142 159 0.18 0.11 0 0.38 216.43 0.13 0.57
Hex 83 8E 9F 12 B 0 26 D8 D 39
Octal 203 216 237 22 13 0 46 330 15 71
Binary 10000011 10001110 10011111 10010 1011 0 100110 11011000 1101 111001

Color Harmonies of #838E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838E9F

Black with #838E9F

Text Example


Text Example

White with #838E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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