#73839D

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

Shades of Light Slate Grey #73839D

Tints of Light Slate Grey #73839D

Color information

#73839D (or 0x73839D) is unknown color: approx Light Slate Grey. HEX triplet: 73, 83 and 9D. RGB value is (115,131,157). Sum of RGB (Red+Green+Blue) = 115+131+157=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #73839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73839D is #8C7C62. Grayscale: #818181. Windows color (decimal): -9206883 or 10322803. OLE color: 10322803.

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

Color convert

RGB115131157-
CMYK0.270.1700.38
HSL217.14º17.65%53.33%-
HSV(B)217.14º26.75%61.57%-
XYZ21.2722.3135.08-
YUV129.18143.7117.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.54%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 157 (61.72% from 255) = 38.96%
R=28.54%
G=32.51%
B=38.96%

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
Decimal1151311570.270.1700.38217.1417.6553.33
Hex73839D1B11026d91235
Octal16320323533210463312265
Binary11100111000001110011101110111000101001101101100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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