Html Css Color HEX #838A93 Light Slate Grey

📋 copy color: '#838A93'

red 131 ◦ green 138 ◦ blue 147

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

Shades of Light Slate Grey #838A93

Tints of Light Slate Grey #838A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.34%

R = 31.49%
G = 33.17%
B = 35.34%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#838A93 (or 0x838A93) is known color: Light Slate Grey. HEX triplet: 83, 8A and 93. RGB value is (131,138,147). Sum of RGB (Red+Green+Blue) = 131+138+147=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 147 - color contains mainly: blue. Hex color #838A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838A93 is #7C756C. Grayscale: #888888. Windows color (decimal): -8156525 or 9669251. OLE color: 9669251.

HSL color Cylindrical-coordinate representation of color #838A93: hue angle of 213.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #838A93 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 138 147 -
CMYK 0.11 0.06 0 0.42
HSL 213.75º 0.07% 0.55% -
HSV(B) 213.75º 0.11% 0.58% -
XYZ 23.72 25.11 31.2 -
YUV 136.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 131 138 147 0.11 0.06 0 0.42 213.75 0.07 0.55
Hex 83 8A 93 B 6 0 2A D6 7 37
Octal 203 212 223 13 6 0 52 326 7 67
Binary 10000011 10001010 10010011 1011 110 0 101010 11010110 111 110111

Color Harmonies of #838A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A93

Black with #838A93

Text Example


Text Example

White with #838A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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