#73839B

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

Shades of Light Slate Grey #73839B

Tints of Light Slate Grey #73839B

Color information

#73839B (or 0x73839B) is unknown color: approx Light Slate Grey. HEX triplet: 73, 83 and 9B. RGB value is (115,131,155). Sum of RGB (Red+Green+Blue) = 115+131+155=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #73839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73839B is #8C7C64. Grayscale: #808080. Windows color (decimal): -9206885 or 10191731. OLE color: 10191731.

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

Color convert

RGB115131155-
CMYK0.260.1500.39
HSL216º16.67%52.94%-
HSV(B)216º25.81%60.78%-
XYZ21.122.2434.19-
YUV128.95142.7118.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.68%
GREEN value IS 131 (51.56% from 255) = 32.67%
BLUE value IS 155 (60.94% from 255) = 38.65%
R=28.68%
G=32.67%
B=38.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151311550.260.1500.3921616.6752.94
Hex73839B1AF027d81135
Octal16320323332170473302165
Binary1110011100000111001101111010111101001111101100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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