#73849D

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

Shades of Light Slate Grey #73849D

Tints of Light Slate Grey #73849D

Color information

#73849D (or 0x73849D) is unknown color: approx Light Slate Grey. HEX triplet: 73, 84 and 9D. RGB value is (115,132,157). Sum of RGB (Red+Green+Blue) = 115+132+157=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #73849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73849D is #8C7B62. Grayscale: #818181. Windows color (decimal): -9206627 or 10323059. OLE color: 10323059.

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

Color convert

RGB115132157-
CMYK0.270.1600.38
HSL215.71º17.65%53.33%-
HSV(B)215.71º26.75%61.57%-
XYZ21.4122.5835.13-
YUV129.77143.37117.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.47%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=28.47%
G=32.67%
B=38.86%

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
Decimal1151321570.270.1600.38215.7117.6553.33
Hex73849D1B10026d81235
Octal16320423533200463302265
Binary11100111000010010011101110111000001001101101100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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