Shades of Light Slate Grey #72839E
Tints of Light Slate Grey #72839E
RGB
CMYK
RGB Variations
Color information
#72839E (or 0x72839E) is known color: Light Slate Grey. HEX triplet: 72, 83 and 9E. RGB value is (114,131,158). Sum of RGB (Red+Green+Blue) = 114+131+158=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 158 - color contains mainly: blue. Hex color #72839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72839E is #8D7C61. Grayscale: #808080. Windows color (decimal): -9272418 or 10388338. OLE color: 10388338.
HSL color Cylindrical-coordinate representation of color #72839E: hue angle of 216.82º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72839E is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 131 | 158 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.38 |
| HSL | 216.82º | 0.18% | 0.53% | - |
| HSV(B) | 216.82º | 0.28% | 0.62% | - |
| XYZ | 21.23 | 22.28 | 35.53 | - |
| YUV | 129 | 144.37 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 131 | 158 | 0.28 | 0.17 | 0 | 0.38 | 216.82 | 0.18 | 0.53 |
| Hex | 72 | 83 | 9E | 1C | 11 | 0 | 26 | D9 | 12 | 35 |
| Octal | 162 | 203 | 236 | 34 | 21 | 0 | 46 | 331 | 22 | 65 |
| Binary | 1110010 | 10000011 | 10011110 | 11100 | 10001 | 0 | 100110 | 11011001 | 10010 | 110101 |
Color Harmonies of #72839E
Complementary color
Monochromatic Colors of #72839E
Black with #72839E
Text Example
Text Example
White with #72839E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72839E; }
p { color: rgb(114,131,158); }
H1.HeaderClassName
{
color: #72839E;
}
.AnyTagClassName
{
color: #72839E;
}
</style>
background-color css
<style>
a { background-color: #72839E; }
a { background-color: rgb(114,131,158); }
div.DivClassName
{
background-color: #72839E;
}
.BgClassName
{
background-color: #72839E;
}
</style>
border-color css
<style>
span { border-color: #72839E; }
span { border-color: rgb(114,131,158); }
td.TdClassName
{
border-color: #72839E;
}
.TagClassName
{
border-color: #72839E;
}
</style>