#83919B

Color #83919B Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #83919B

Tints of Light Slate Grey #83919B

Color information

#83919B (or 0x83919B) is unknown color: approx 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

RGB131145155-
CMYK0.150.0600.39
HSL205º10.71%56.08%-
HSV(B)205º15.48%60.78%-
XYZ25.427.4434.97-
YUV141.95135.36120.19-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311451550.150.0600.3920510.7156.08
Hex83919BF6027cdb38
Octal2032212331760473151370
Binary10000011100100011001101111111100100111110011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>