Shades of Light Slate Grey #72849A
Tints of Light Slate Grey #72849A
RGB
CMYK
RGB Variations
Color information
#72849A (or 0x72849A) is known color: Light Slate Grey. HEX triplet: 72, 84 and 9A. RGB value is (114,132,154). Sum of RGB (Red+Green+Blue) = 114+132+154=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 154 - color contains mainly: blue. Hex color #72849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72849A is #8D7B65. Grayscale: #818181. Windows color (decimal): -9272166 or 10126450. OLE color: 10126450.
HSL color Cylindrical-coordinate representation of color #72849A: hue angle of 213º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72849A is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 132 | 154 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.40 |
| HSL | 213º | 0.17% | 0.53% | - |
| HSV(B) | 213º | 0.26% | 0.6% | - |
| XYZ | 21.02 | 22.41 | 33.79 | - |
| YUV | 129.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 154 | 0.26 | 0.14 | 0 | 0.40 | 213 | 0.17 | 0.53 |
| Hex | 72 | 84 | 9A | 1A | E | 0 | 28 | D5 | 11 | 35 |
| Octal | 162 | 204 | 232 | 32 | 16 | 0 | 50 | 325 | 21 | 65 |
| Binary | 1110010 | 10000100 | 10011010 | 11010 | 1110 | 0 | 101000 | 11010101 | 10001 | 110101 |
Color Harmonies of #72849A
Complementary color
Monochromatic Colors of #72849A
Black with #72849A
Text Example
Text Example
White with #72849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72849A; }
p { color: rgb(114,132,154); }
H1.HeaderClassName
{
color: #72849A;
}
.AnyTagClassName
{
color: #72849A;
}
</style>
background-color css
<style>
a { background-color: #72849A; }
a { background-color: rgb(114,132,154); }
div.DivClassName
{
background-color: #72849A;
}
.BgClassName
{
background-color: #72849A;
}
</style>
border-color css
<style>
span { border-color: #72849A; }
span { border-color: rgb(114,132,154); }
td.TdClassName
{
border-color: #72849A;
}
.TagClassName
{
border-color: #72849A;
}
</style>