Shades of Slate Grey #728195
Tints of Slate Grey #728195
RGB
CMYK
RGB Variations
Color information
#728195 (or 0x728195) is known color: Slate Grey. HEX triplet: 72, 81 and 95. RGB value is (114,129,149). Sum of RGB (Red+Green+Blue) = 114+129+149=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 149 - color contains mainly: blue. Hex color #728195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728195 is #8D7E6A. Grayscale: #7E7E7E. Windows color (decimal): -9272939 or 9798002. OLE color: 9798002.
HSL color Cylindrical-coordinate representation of color #728195: hue angle of 214.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #728195 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 129 | 149 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.42 |
| HSL | 214.29º | 0.14% | 0.52% | - |
| HSV(B) | 214.29º | 0.23% | 0.58% | - |
| XYZ | 20.21 | 21.45 | 31.51 | - |
| YUV | 126.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 149 | 0.23 | 0.13 | 0 | 0.42 | 214.29 | 0.14 | 0.52 |
| Hex | 72 | 81 | 95 | 17 | D | 0 | 2A | D6 | E | 34 |
| Octal | 162 | 201 | 225 | 27 | 15 | 0 | 52 | 326 | 16 | 64 |
| Binary | 1110010 | 10000001 | 10010101 | 10111 | 1101 | 0 | 101010 | 11010110 | 1110 | 110100 |
Color Harmonies of #728195
Complementary color
Monochromatic Colors of #728195
Black with #728195
Text Example
Text Example
White with #728195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728195; }
p { color: rgb(114,129,149); }
H1.HeaderClassName
{
color: #728195;
}
.AnyTagClassName
{
color: #728195;
}
</style>
background-color css
<style>
a { background-color: #728195; }
a { background-color: rgb(114,129,149); }
div.DivClassName
{
background-color: #728195;
}
.BgClassName
{
background-color: #728195;
}
</style>
border-color css
<style>
span { border-color: #728195; }
span { border-color: rgb(114,129,149); }
td.TdClassName
{
border-color: #728195;
}
.TagClassName
{
border-color: #728195;
}
</style>