Shades of Light Slate Grey #72869D
Tints of Light Slate Grey #72869D
RGB
CMYK
RGB Variations
Color information
#72869D (or 0x72869D) is known color: Light Slate Grey. HEX triplet: 72, 86 and 9D. RGB value is (114,134,157). Sum of RGB (Red+Green+Blue) = 114+134+157=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #72869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72869D is #8D7962. Grayscale: #828282. Windows color (decimal): -9271651 or 10323570. OLE color: 10323570.
HSL color Cylindrical-coordinate representation of color #72869D: hue angle of 212.09º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72869D is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 134 | 157 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.38 |
| HSL | 212.09º | 0.18% | 0.53% | - |
| HSV(B) | 212.09º | 0.27% | 0.62% | - |
| XYZ | 21.55 | 23.06 | 35.21 | - |
| YUV | 130.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 157 | 0.27 | 0.15 | 0 | 0.38 | 212.09 | 0.18 | 0.53 |
| Hex | 72 | 86 | 9D | 1B | F | 0 | 26 | D4 | 12 | 35 |
| Octal | 162 | 206 | 235 | 33 | 17 | 0 | 46 | 324 | 22 | 65 |
| Binary | 1110010 | 10000110 | 10011101 | 11011 | 1111 | 0 | 100110 | 11010100 | 10010 | 110101 |
Color Harmonies of #72869D
Complementary color
Monochromatic Colors of #72869D
Black with #72869D
Text Example
Text Example
White with #72869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72869D; }
p { color: rgb(114,134,157); }
H1.HeaderClassName
{
color: #72869D;
}
.AnyTagClassName
{
color: #72869D;
}
</style>
background-color css
<style>
a { background-color: #72869D; }
a { background-color: rgb(114,134,157); }
div.DivClassName
{
background-color: #72869D;
}
.BgClassName
{
background-color: #72869D;
}
</style>
border-color css
<style>
span { border-color: #72869D; }
span { border-color: rgb(114,134,157); }
td.TdClassName
{
border-color: #72869D;
}
.TagClassName
{
border-color: #72869D;
}
</style>