Shades of Light Slate Grey #728298
Tints of Light Slate Grey #728298
RGB
CMYK
RGB Variations
Color information
#728298 (or 0x728298) is known color: Light Slate Grey. HEX triplet: 72, 82 and 98. RGB value is (114,130,152). Sum of RGB (Red+Green+Blue) = 114+130+152=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #728298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728298 is #8D7D67. Grayscale: #7F7F7F. Windows color (decimal): -9272680 or 9994866. OLE color: 9994866.
HSL color Cylindrical-coordinate representation of color #728298: hue angle of 214.74º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #728298 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 130 | 152 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.40 |
| HSL | 214.74º | 0.16% | 0.52% | - |
| HSV(B) | 214.74º | 0.25% | 0.6% | - |
| XYZ | 20.59 | 21.81 | 32.83 | - |
| YUV | 127.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 152 | 0.25 | 0.14 | 0 | 0.40 | 214.74 | 0.16 | 0.52 |
| Hex | 72 | 82 | 98 | 19 | E | 0 | 28 | D7 | 10 | 34 |
| Octal | 162 | 202 | 230 | 31 | 16 | 0 | 50 | 327 | 20 | 64 |
| Binary | 1110010 | 10000010 | 10011000 | 11001 | 1110 | 0 | 101000 | 11010111 | 10000 | 110100 |
Color Harmonies of #728298
Complementary color
Monochromatic Colors of #728298
Black with #728298
Text Example
Text Example
White with #728298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728298; }
p { color: rgb(114,130,152); }
H1.HeaderClassName
{
color: #728298;
}
.AnyTagClassName
{
color: #728298;
}
</style>
background-color css
<style>
a { background-color: #728298; }
a { background-color: rgb(114,130,152); }
div.DivClassName
{
background-color: #728298;
}
.BgClassName
{
background-color: #728298;
}
</style>
border-color css
<style>
span { border-color: #728298; }
span { border-color: rgb(114,130,152); }
td.TdClassName
{
border-color: #728298;
}
.TagClassName
{
border-color: #728298;
}
</style>