#83909B

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

Shades of Light Slate Grey #83909B

Tints of Light Slate Grey #83909B

Color information

#83909B (or 0x83909B) is unknown color: approx Light Slate Grey. HEX triplet: 83, 90 and 9B. RGB value is (131,144,155). Sum of RGB (Red+Green+Blue) = 131+144+155=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 155 - color contains mainly: blue. Hex color #83909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83909B is #7C6F64. Grayscale: #8D8D8D. Windows color (decimal): -8154981 or 10195075. OLE color: 10195075.

HSL color Cylindrical-coordinate representation of color #83909B: hue angle of 207.5º 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 #83909B is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB131144155-
CMYK0.150.0700.39
HSL207.5º10.71%56.08%-
HSV(B)207.5º15.48%60.78%-
XYZ25.2527.1434.92-
YUV141.37135.69120.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.47%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=30.47%
G=33.49%
B=36.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311441550.150.0700.39207.510.7156.08
Hex83909BF7027cfb38
Octal2032202331770473171370
Binary10000011100100001001101111111110100111110011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83909B;
 }
 .AnyTagClassName
 {
   color: #83909B;
 }
</style>
background-color css

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

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

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

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

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

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