Shades of Slate Blue #725DC5
Tints of Slate Blue #725DC5
RGB
CMYK
RGB Variations
Color information
#725DC5 (or 0x725DC5) is known color: Slate Blue. HEX triplet: 72, 5D and C5. RGB value is (114,93,197). Sum of RGB (Red+Green+Blue) = 114+93+197=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 197 (77.34% from 255 or 48.76% from 404); Max value from RGB is 197 - color contains mainly: blue. Hex color #725DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DC5 is #8DA23A. Grayscale: #6E6E6E. Windows color (decimal): -9282107 or 12934514. OLE color: 12934514.
HSL color Cylindrical-coordinate representation of color #725DC5: hue angle of 252.12º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #725DC5 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 93 | 197 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.23 |
| HSL | 252.12º | 0.47% | 0.57% | - |
| HSV(B) | 252.12º | 0.53% | 0.77% | - |
| XYZ | 20.93 | 15.44 | 54.7 | - |
| YUV | 111.14 | 176.46 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 197 | 0.42 | 0.53 | 0 | 0.23 | 252.12 | 0.47 | 0.57 |
| Hex | 72 | 5D | C5 | 2A | 35 | 0 | 17 | FC | 2F | 39 |
| Octal | 162 | 135 | 305 | 52 | 65 | 0 | 27 | 374 | 57 | 71 |
| Binary | 1110010 | 1011101 | 11000101 | 101010 | 110101 | 0 | 10111 | 11111100 | 101111 | 111001 |
Color Harmonies of #725DC5
Complementary color
Monochromatic Colors of #725DC5
Black with #725DC5
Text Example
Text Example
White with #725DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725DC5; }
p { color: rgb(114,93,197); }
H1.HeaderClassName
{
color: #725DC5;
}
.AnyTagClassName
{
color: #725DC5;
}
</style>
background-color css
<style>
a { background-color: #725DC5; }
a { background-color: rgb(114,93,197); }
div.DivClassName
{
background-color: #725DC5;
}
.BgClassName
{
background-color: #725DC5;
}
</style>
border-color css
<style>
span { border-color: #725DC5; }
span { border-color: rgb(114,93,197); }
td.TdClassName
{
border-color: #725DC5;
}
.TagClassName
{
border-color: #725DC5;
}
</style>