#73839E

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

Shades of Light Slate Grey #73839E

Tints of Light Slate Grey #73839E

Color information

#73839E (or 0x73839E) is unknown color: approx Light Slate Grey. HEX triplet: 73, 83 and 9E. RGB value is (115,131,158). Sum of RGB (Red+Green+Blue) = 115+131+158=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #73839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73839E is #8C7C61. Grayscale: #818181. Windows color (decimal): -9206882 or 10388339. OLE color: 10388339.

HSL color Cylindrical-coordinate representation of color #73839E: hue angle of 217.67º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73839E is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115131158-
CMYK0.270.1700.38
HSL217.67º18.14%53.53%-
HSV(B)217.67º27.22%61.96%-
XYZ21.3622.3535.54-
YUV129.29144.2117.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.47%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 158 (62.11% from 255) = 39.11%
R=28.47%
G=32.43%
B=39.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151311580.270.1700.38217.6718.1453.53
Hex73839E1B11026da1236
Octal16320323633210463322266
Binary11100111000001110011110110111000101001101101101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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