Shades of Light Slate Grey #728698
Tints of Light Slate Grey #728698
RGB
CMYK
RGB Variations
Color information
#728698 (or 0x728698) is known color: Light Slate Grey. HEX triplet: 72, 86 and 98. RGB value is (114,134,152). Sum of RGB (Red+Green+Blue) = 114+134+152=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #728698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728698 is #8D7967. Grayscale: #818181. Windows color (decimal): -9271656 or 9995890. OLE color: 9995890.
HSL color Cylindrical-coordinate representation of color #728698: hue angle of 208.42º 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 #728698 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 134 | 152 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.40 |
| HSL | 208.42º | 0.16% | 0.52% | - |
| HSV(B) | 208.42º | 0.25% | 0.6% | - |
| XYZ | 21.13 | 22.89 | 33.01 | - |
| YUV | 130.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 152 | 0.25 | 0.12 | 0 | 0.40 | 208.42 | 0.16 | 0.52 |
| Hex | 72 | 86 | 98 | 19 | C | 0 | 28 | D0 | 10 | 34 |
| Octal | 162 | 206 | 230 | 31 | 14 | 0 | 50 | 320 | 20 | 64 |
| Binary | 1110010 | 10000110 | 10011000 | 11001 | 1100 | 0 | 101000 | 11010000 | 10000 | 110100 |
Color Harmonies of #728698
Complementary color
Monochromatic Colors of #728698
Black with #728698
Text Example
Text Example
White with #728698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728698; }
p { color: rgb(114,134,152); }
H1.HeaderClassName
{
color: #728698;
}
.AnyTagClassName
{
color: #728698;
}
</style>
background-color css
<style>
a { background-color: #728698; }
a { background-color: rgb(114,134,152); }
div.DivClassName
{
background-color: #728698;
}
.BgClassName
{
background-color: #728698;
}
</style>
border-color css
<style>
span { border-color: #728698; }
span { border-color: rgb(114,134,152); }
td.TdClassName
{
border-color: #728698;
}
.TagClassName
{
border-color: #728698;
}
</style>