Shades of Light Slate Grey #72859C
Tints of Light Slate Grey #72859C
RGB
CMYK
RGB Variations
Color information
#72859C (or 0x72859C) is known color: Light Slate Grey. HEX triplet: 72, 85 and 9C. RGB value is (114,133,156). Sum of RGB (Red+Green+Blue) = 114+133+156=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #72859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72859C is #8D7A63. Grayscale: #818181. Windows color (decimal): -9271908 or 10257778. OLE color: 10257778.
HSL color Cylindrical-coordinate representation of color #72859C: hue angle of 212.86º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72859C is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 133 | 156 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.39 |
| HSL | 212.86º | 0.18% | 0.53% | - |
| HSV(B) | 212.86º | 0.27% | 0.61% | - |
| XYZ | 21.33 | 22.75 | 34.72 | - |
| YUV | 129.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 156 | 0.27 | 0.15 | 0 | 0.39 | 212.86 | 0.18 | 0.53 |
| Hex | 72 | 85 | 9C | 1B | F | 0 | 27 | D5 | 12 | 35 |
| Octal | 162 | 205 | 234 | 33 | 17 | 0 | 47 | 325 | 22 | 65 |
| Binary | 1110010 | 10000101 | 10011100 | 11011 | 1111 | 0 | 100111 | 11010101 | 10010 | 110101 |
Color Harmonies of #72859C
Complementary color
Monochromatic Colors of #72859C
Black with #72859C
Text Example
Text Example
White with #72859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72859C; }
p { color: rgb(114,133,156); }
H1.HeaderClassName
{
color: #72859C;
}
.AnyTagClassName
{
color: #72859C;
}
</style>
background-color css
<style>
a { background-color: #72859C; }
a { background-color: rgb(114,133,156); }
div.DivClassName
{
background-color: #72859C;
}
.BgClassName
{
background-color: #72859C;
}
</style>
border-color css
<style>
span { border-color: #72859C; }
span { border-color: rgb(114,133,156); }
td.TdClassName
{
border-color: #72859C;
}
.TagClassName
{
border-color: #72859C;
}
</style>