Html Css Color HEX #83919B Light Slate Grey

📋 copy color: '#83919B'

red 131 ◦ green 145 ◦ blue 155

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

Shades of Light Slate Grey #83919B

Tints of Light Slate Grey #83919B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.64%

 BLUE value IS 155 (60.94% from 255) = 35.96%

R = 30.39%
G = 33.64%
B = 35.96%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83919B (or 0x83919B) is known color: Light Slate Grey. HEX triplet: 83, 91 and 9B. RGB value is (131,145,155). Sum of RGB (Red+Green+Blue) = 131+145+155=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #83919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83919B is #7C6E64. Grayscale: #8D8D8D. Windows color (decimal): -8154725 or 10195331. OLE color: 10195331.

HSL color Cylindrical-coordinate representation of color #83919B: hue angle of 205º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83919B is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 145 155 -
CMYK 0.15 0.06 0 0.39
HSL 205º 0.11% 0.56% -
HSV(B) 205º 0.15% 0.61% -
XYZ 25.4 27.44 34.97 -
YUV 141.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 131 145 155 0.15 0.06 0 0.39 205 0.11 0.56
Hex 83 91 9B F 6 0 27 CD B 38
Octal 203 221 233 17 6 0 47 315 13 70
Binary 10000011 10010001 10011011 1111 110 0 100111 11001101 1011 111000

Color Harmonies of #83919B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83919B

Black with #83919B

Text Example


Text Example

White with #83919B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83919B; }

 p { color: rgb(131,145,155); }

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

background-color css

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

 a { background-color: rgb(131,145,155); }

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

border-color css

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

 span { border-color: rgb(131,145,155); }

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