#73849E

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

Shades of Light Slate Grey #73849E

Tints of Light Slate Grey #73849E

Color information

#73849E (or 0x73849E) is unknown color: approx Light Slate Grey. HEX triplet: 73, 84 and 9E. RGB value is (115,132,158). Sum of RGB (Red+Green+Blue) = 115+132+158=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #73849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73849E is #8C7B61. Grayscale: #818181. Windows color (decimal): -9206626 or 10388595. OLE color: 10388595.

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

Color convert

RGB115132158-
CMYK0.270.1600.38
HSL216.28º18.14%53.53%-
HSV(B)216.28º27.22%61.96%-
XYZ21.4922.6235.58-
YUV129.88143.87117.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.40%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=28.40%
G=32.59%
B=39.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151321580.270.1600.38216.2818.1453.53
Hex73849E1B10026d81236
Octal16320423633200463302266
Binary11100111000010010011110110111000001001101101100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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