#73819D

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

Shades of Light Slate Grey #73819D

Tints of Light Slate Grey #73819D

Color information

#73819D (or 0x73819D) is unknown color: approx Light Slate Grey. HEX triplet: 73, 81 and 9D. RGB value is (115,129,157). Sum of RGB (Red+Green+Blue) = 115+129+157=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #73819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73819D is #8C7E62. Grayscale: #7F7F7F. Windows color (decimal): -9207395 or 10322291. OLE color: 10322291.

HSL color Cylindrical-coordinate representation of color #73819D: hue angle of 220º 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 #73819D is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115129157-
CMYK0.270.1800.38
HSL220º17.65%53.33%-
HSV(B)220º26.75%61.57%-
XYZ21.0121.7835-
YUV128.01144.36118.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.68%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 157 (61.72% from 255) = 39.15%
R=28.68%
G=32.17%
B=39.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151291570.270.1800.3822017.6553.33
Hex73819D1B12026dc1235
Octal16320123533220463342265
Binary11100111000000110011101110111001001001101101110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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