Shades of Medium Slate Blue #725AF3
Tints of Medium Slate Blue #725AF3
RGB
CMYK
RGB Variations
Color information
#725AF3 (or 0x725AF3) is known color: Medium Slate Blue. HEX triplet: 72, 5A and F3. RGB value is (114,90,243). Sum of RGB (Red+Green+Blue) = 114+90+243=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 243 (95.31% from 255 or 54.36% from 447); Max value from RGB is 243 - color contains mainly: blue. Hex color #725AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725AF3 is #8DA50C. Grayscale: #727272. Windows color (decimal): -9282829 or 15948402. OLE color: 15948402.
HSL color Cylindrical-coordinate representation of color #725AF3: hue angle of 249.41º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #725AF3 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 90 | 243 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.05 |
| HSL | 249.41º | 0.86% | 0.65% | - |
| HSV(B) | 249.41º | 0.63% | 0.95% | - |
| XYZ | 26.77 | 17.36 | 86.73 | - |
| YUV | 114.62 | 200.45 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 243 | 0.53 | 0.63 | 0 | 0.05 | 249.41 | 0.86 | 0.65 |
| Hex | 72 | 5A | F3 | 35 | 3F | 0 | 5 | F9 | 56 | 41 |
| Octal | 162 | 132 | 363 | 65 | 77 | 0 | 5 | 371 | 126 | 101 |
| Binary | 1110010 | 1011010 | 11110011 | 110101 | 111111 | 0 | 101 | 11111001 | 1010110 | 1000001 |
Color Harmonies of #725AF3
Complementary color
Monochromatic Colors of #725AF3
Black with #725AF3
Text Example
Text Example
White with #725AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725AF3; }
p { color: rgb(114,90,243); }
H1.HeaderClassName
{
color: #725AF3;
}
.AnyTagClassName
{
color: #725AF3;
}
</style>
background-color css
<style>
a { background-color: #725AF3; }
a { background-color: rgb(114,90,243); }
div.DivClassName
{
background-color: #725AF3;
}
.BgClassName
{
background-color: #725AF3;
}
</style>
border-color css
<style>
span { border-color: #725AF3; }
span { border-color: rgb(114,90,243); }
td.TdClassName
{
border-color: #725AF3;
}
.TagClassName
{
border-color: #725AF3;
}
</style>