Shades of Light Slate Grey #73819B
Tints of Light Slate Grey #73819B
RGB
CMYK
RGB Variations
Color information
#73819B (or 0x73819B) is known color: Light Slate Grey. HEX triplet: 73, 81 and 9B. RGB value is (115,129,155). Sum of RGB (Red+Green+Blue) = 115+129+155=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #73819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73819B is #8C7E64. Grayscale: #7F7F7F. Windows color (decimal): -9207397 or 10191219. OLE color: 10191219.
HSL color Cylindrical-coordinate representation of color #73819B: hue angle of 219º 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 #73819B is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 129 | 155 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.39 |
| HSL | 219º | 0.17% | 0.53% | - |
| HSV(B) | 219º | 0.26% | 0.61% | - |
| XYZ | 20.84 | 21.71 | 34.1 | - |
| YUV | 127.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 155 | 0.26 | 0.17 | 0 | 0.39 | 219 | 0.17 | 0.53 |
| Hex | 73 | 81 | 9B | 1A | 11 | 0 | 27 | DB | 11 | 35 |
| Octal | 163 | 201 | 233 | 32 | 21 | 0 | 47 | 333 | 21 | 65 |
| Binary | 1110011 | 10000001 | 10011011 | 11010 | 10001 | 0 | 100111 | 11011011 | 10001 | 110101 |
Color Harmonies of #73819B
Complementary color
Monochromatic Colors of #73819B
Black with #73819B
Text Example
Text Example
White with #73819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73819B; }
p { color: rgb(115,129,155); }
H1.HeaderClassName
{
color: #73819B;
}
.AnyTagClassName
{
color: #73819B;
}
</style>
background-color css
<style>
a { background-color: #73819B; }
a { background-color: rgb(115,129,155); }
div.DivClassName
{
background-color: #73819B;
}
.BgClassName
{
background-color: #73819B;
}
</style>
border-color css
<style>
span { border-color: #73819B; }
span { border-color: rgb(115,129,155); }
td.TdClassName
{
border-color: #73819B;
}
.TagClassName
{
border-color: #73819B;
}
</style>