Shades of Slate Blue #725CDF
Tints of Slate Blue #725CDF
RGB
CMYK
RGB Variations
Color information
#725CDF (or 0x725CDF) is known color: Slate Blue. HEX triplet: 72, 5C and DF. RGB value is (114,92,223). Sum of RGB (Red+Green+Blue) = 114+92+223=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #725CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725CDF is #8DA320. Grayscale: #717171. Windows color (decimal): -9282337 or 14638194. OLE color: 14638194.
HSL color Cylindrical-coordinate representation of color #725CDF: hue angle of 250.08º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #725CDF is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 92 | 223 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.13 |
| HSL | 250.08º | 0.67% | 0.62% | - |
| HSV(B) | 250.08º | 0.59% | 0.87% | - |
| XYZ | 24.09 | 16.56 | 71.74 | - |
| YUV | 113.51 | 189.79 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 223 | 0.49 | 0.59 | 0 | 0.13 | 250.08 | 0.67 | 0.62 |
| Hex | 72 | 5C | DF | 31 | 3B | 0 | D | FA | 43 | 3E |
| Octal | 162 | 134 | 337 | 61 | 73 | 0 | 15 | 372 | 103 | 76 |
| Binary | 1110010 | 1011100 | 11011111 | 110001 | 111011 | 0 | 1101 | 11111010 | 1000011 | 111110 |
Color Harmonies of #725CDF
Complementary color
Monochromatic Colors of #725CDF
Black with #725CDF
Text Example
Text Example
White with #725CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725CDF; }
p { color: rgb(114,92,223); }
H1.HeaderClassName
{
color: #725CDF;
}
.AnyTagClassName
{
color: #725CDF;
}
</style>
background-color css
<style>
a { background-color: #725CDF; }
a { background-color: rgb(114,92,223); }
div.DivClassName
{
background-color: #725CDF;
}
.BgClassName
{
background-color: #725CDF;
}
</style>
border-color css
<style>
span { border-color: #725CDF; }
span { border-color: rgb(114,92,223); }
td.TdClassName
{
border-color: #725CDF;
}
.TagClassName
{
border-color: #725CDF;
}
</style>