Shades of Light Slate Grey #73849B
Tints of Light Slate Grey #73849B
RGB
CMYK
RGB Variations
Color information
#73849B (or 0x73849B) is known color: Light Slate Grey. HEX triplet: 73, 84 and 9B. RGB value is (115,132,155). Sum of RGB (Red+Green+Blue) = 115+132+155=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #73849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73849B is #8C7B64. Grayscale: #818181. Windows color (decimal): -9206629 or 10191987. OLE color: 10191987.
HSL color Cylindrical-coordinate representation of color #73849B: hue angle of 214.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73849B is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 132 | 155 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.39 |
| HSL | 214.5º | 0.17% | 0.53% | - |
| HSV(B) | 214.5º | 0.26% | 0.61% | - |
| XYZ | 21.24 | 22.51 | 34.24 | - |
| YUV | 129.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 155 | 0.26 | 0.15 | 0 | 0.39 | 214.5 | 0.17 | 0.53 |
| Hex | 73 | 84 | 9B | 1A | F | 0 | 27 | D6 | 11 | 35 |
| Octal | 163 | 204 | 233 | 32 | 17 | 0 | 47 | 326 | 21 | 65 |
| Binary | 1110011 | 10000100 | 10011011 | 11010 | 1111 | 0 | 100111 | 11010110 | 10001 | 110101 |
Color Harmonies of #73849B
Complementary color
Monochromatic Colors of #73849B
Black with #73849B
Text Example
Text Example
White with #73849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73849B; }
p { color: rgb(115,132,155); }
H1.HeaderClassName
{
color: #73849B;
}
.AnyTagClassName
{
color: #73849B;
}
</style>
background-color css
<style>
a { background-color: #73849B; }
a { background-color: rgb(115,132,155); }
div.DivClassName
{
background-color: #73849B;
}
.BgClassName
{
background-color: #73849B;
}
</style>
border-color css
<style>
span { border-color: #73849B; }
span { border-color: rgb(115,132,155); }
td.TdClassName
{
border-color: #73849B;
}
.TagClassName
{
border-color: #73849B;
}
</style>