Shades of Light Slate Grey #728498
Tints of Light Slate Grey #728498
RGB
CMYK
RGB Variations
Color information
#728498 (or 0x728498) is known color: Light Slate Grey. HEX triplet: 72, 84 and 98. RGB value is (114,132,152). Sum of RGB (Red+Green+Blue) = 114+132+152=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #728498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728498 is #8D7B67. Grayscale: #808080. Windows color (decimal): -9272168 or 9995378. OLE color: 9995378.
HSL color Cylindrical-coordinate representation of color #728498: hue angle of 211.58º 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 #728498 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 132 | 152 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.40 |
| HSL | 211.58º | 0.16% | 0.52% | - |
| HSV(B) | 211.58º | 0.25% | 0.6% | - |
| XYZ | 20.86 | 22.35 | 32.92 | - |
| YUV | 128.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 152 | 0.25 | 0.13 | 0 | 0.40 | 211.58 | 0.16 | 0.52 |
| Hex | 72 | 84 | 98 | 19 | D | 0 | 28 | D4 | 10 | 34 |
| Octal | 162 | 204 | 230 | 31 | 15 | 0 | 50 | 324 | 20 | 64 |
| Binary | 1110010 | 10000100 | 10011000 | 11001 | 1101 | 0 | 101000 | 11010100 | 10000 | 110100 |
Color Harmonies of #728498
Complementary color
Monochromatic Colors of #728498
Black with #728498
Text Example
Text Example
White with #728498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728498; }
p { color: rgb(114,132,152); }
H1.HeaderClassName
{
color: #728498;
}
.AnyTagClassName
{
color: #728498;
}
</style>
background-color css
<style>
a { background-color: #728498; }
a { background-color: rgb(114,132,152); }
div.DivClassName
{
background-color: #728498;
}
.BgClassName
{
background-color: #728498;
}
</style>
border-color css
<style>
span { border-color: #728498; }
span { border-color: rgb(114,132,152); }
td.TdClassName
{
border-color: #728498;
}
.TagClassName
{
border-color: #728498;
}
</style>