Shades of Light Slate Grey #73869F
Tints of Light Slate Grey #73869F
RGB
CMYK
RGB Variations
Color information
#73869F (or 0x73869F) is known color: Light Slate Grey. HEX triplet: 73, 86 and 9F. RGB value is (115,134,159). Sum of RGB (Red+Green+Blue) = 115+134+159=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #73869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73869F is #8C7960. Grayscale: #838383. Windows color (decimal): -9206113 or 10454643. OLE color: 10454643.
HSL color Cylindrical-coordinate representation of color #73869F: hue angle of 214.09º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73869F is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 134 | 159 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.38 |
| HSL | 214.09º | 0.19% | 0.54% | - |
| HSV(B) | 214.09º | 0.28% | 0.62% | - |
| XYZ | 21.85 | 23.2 | 36.13 | - |
| YUV | 131.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 159 | 0.28 | 0.16 | 0 | 0.38 | 214.09 | 0.19 | 0.54 |
| Hex | 73 | 86 | 9F | 1C | 10 | 0 | 26 | D6 | 13 | 36 |
| Octal | 163 | 206 | 237 | 34 | 20 | 0 | 46 | 326 | 23 | 66 |
| Binary | 1110011 | 10000110 | 10011111 | 11100 | 10000 | 0 | 100110 | 11010110 | 10011 | 110110 |
Color Harmonies of #73869F
Complementary color
Monochromatic Colors of #73869F
Black with #73869F
Text Example
Text Example
White with #73869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73869F; }
p { color: rgb(115,134,159); }
H1.HeaderClassName
{
color: #73869F;
}
.AnyTagClassName
{
color: #73869F;
}
</style>
background-color css
<style>
a { background-color: #73869F; }
a { background-color: rgb(115,134,159); }
div.DivClassName
{
background-color: #73869F;
}
.BgClassName
{
background-color: #73869F;
}
</style>
border-color css
<style>
span { border-color: #73869F; }
span { border-color: rgb(115,134,159); }
td.TdClassName
{
border-color: #73869F;
}
.TagClassName
{
border-color: #73869F;
}
</style>