#83909A

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

Shades of Light Slate Grey #83909A

Tints of Light Slate Grey #83909A

Color information

#83909A (or 0x83909A) is unknown color: approx Light Slate Grey. HEX triplet: 83, 90 and 9A. RGB value is (131,144,154). Sum of RGB (Red+Green+Blue) = 131+144+154=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 154 - color contains mainly: blue. Hex color #83909A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83909A is #7C6F65. Grayscale: #8D8D8D. Windows color (decimal): -8154982 or 10129539. OLE color: 10129539.

HSL color Cylindrical-coordinate representation of color #83909A: hue angle of 206.09º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83909A is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB131144154-
CMYK0.150.0600.40
HSL206.09º10.22%55.88%-
HSV(B)206.09º14.94%60.39%-
XYZ25.1727.134.48-
YUV141.25135.19120.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.54%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=30.54%
G=33.57%
B=35.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311441540.150.0600.40206.0910.2255.88
Hex83909AF6028cea38
Octal2032202321760503161270
Binary10000011100100001001101011111100101000110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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