Shades of Slate Blue #725FD1
Tints of Slate Blue #725FD1
RGB
CMYK
RGB Variations
Color information
#725FD1 (or 0x725FD1) is known color: Slate Blue. HEX triplet: 72, 5F and D1. RGB value is (114,95,209). Sum of RGB (Red+Green+Blue) = 114+95+209=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #725FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FD1 is #8DA02E. Grayscale: #717171. Windows color (decimal): -9281583 or 13721458. OLE color: 13721458.
HSL color Cylindrical-coordinate representation of color #725FD1: hue angle of 250º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #725FD1 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 95 | 209 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.18 |
| HSL | 250º | 0.55% | 0.6% | - |
| HSV(B) | 250º | 0.55% | 0.82% | - |
| XYZ | 22.54 | 16.37 | 62.29 | - |
| YUV | 113.68 | 181.79 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 209 | 0.45 | 0.55 | 0 | 0.18 | 250 | 0.55 | 0.6 |
| Hex | 72 | 5F | D1 | 2D | 37 | 0 | 12 | FA | 37 | 3C |
| Octal | 162 | 137 | 321 | 55 | 67 | 0 | 22 | 372 | 67 | 74 |
| Binary | 1110010 | 1011111 | 11010001 | 101101 | 110111 | 0 | 10010 | 11111010 | 110111 | 111100 |
Color Harmonies of #725FD1
Complementary color
Monochromatic Colors of #725FD1
Black with #725FD1
Text Example
Text Example
White with #725FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725FD1; }
p { color: rgb(114,95,209); }
H1.HeaderClassName
{
color: #725FD1;
}
.AnyTagClassName
{
color: #725FD1;
}
</style>
background-color css
<style>
a { background-color: #725FD1; }
a { background-color: rgb(114,95,209); }
div.DivClassName
{
background-color: #725FD1;
}
.BgClassName
{
background-color: #725FD1;
}
</style>
border-color css
<style>
span { border-color: #725FD1; }
span { border-color: rgb(114,95,209); }
td.TdClassName
{
border-color: #725FD1;
}
.TagClassName
{
border-color: #725FD1;
}
</style>