Shades of Slate Blue #725DC9
Tints of Slate Blue #725DC9
RGB
CMYK
RGB Variations
Color information
#725DC9 (or 0x725DC9) is known color: Slate Blue. HEX triplet: 72, 5D and C9. RGB value is (114,93,201). Sum of RGB (Red+Green+Blue) = 114+93+201=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #725DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DC9 is #8DA236. Grayscale: #6F6F6F. Windows color (decimal): -9282103 or 13196658. OLE color: 13196658.
HSL color Cylindrical-coordinate representation of color #725DC9: hue angle of 251.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #725DC9 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 93 | 201 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.21 |
| HSL | 251.67º | 0.5% | 0.58% | - |
| HSV(B) | 251.67º | 0.54% | 0.79% | - |
| XYZ | 21.4 | 15.62 | 57.15 | - |
| YUV | 111.59 | 178.46 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 201 | 0.43 | 0.54 | 0 | 0.21 | 251.67 | 0.5 | 0.58 |
| Hex | 72 | 5D | C9 | 2B | 36 | 0 | 15 | FC | 32 | 3A |
| Octal | 162 | 135 | 311 | 53 | 66 | 0 | 25 | 374 | 62 | 72 |
| Binary | 1110010 | 1011101 | 11001001 | 101011 | 110110 | 0 | 10101 | 11111100 | 110010 | 111010 |
Color Harmonies of #725DC9
Complementary color
Monochromatic Colors of #725DC9
Black with #725DC9
Text Example
Text Example
White with #725DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725DC9; }
p { color: rgb(114,93,201); }
H1.HeaderClassName
{
color: #725DC9;
}
.AnyTagClassName
{
color: #725DC9;
}
</style>
background-color css
<style>
a { background-color: #725DC9; }
a { background-color: rgb(114,93,201); }
div.DivClassName
{
background-color: #725DC9;
}
.BgClassName
{
background-color: #725DC9;
}
</style>
border-color css
<style>
span { border-color: #725DC9; }
span { border-color: rgb(114,93,201); }
td.TdClassName
{
border-color: #725DC9;
}
.TagClassName
{
border-color: #725DC9;
}
</style>