Shades of Medium Slate Blue #725AFE
Tints of Medium Slate Blue #725AFE
RGB
CMYK
RGB Variations
Color information
#725AFE (or 0x725AFE) is known color: Medium Slate Blue. HEX triplet: 72, 5A and FE. RGB value is (114,90,254). Sum of RGB (Red+Green+Blue) = 114+90+254=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #725AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725AFE is #8DA501. Grayscale: #737373. Windows color (decimal): -9282818 or 16669298. OLE color: 16669298.
HSL color Cylindrical-coordinate representation of color #725AFE: hue angle of 248.78º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #725AFE is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 90 | 254 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.00 |
| HSL | 248.78º | 0.99% | 0.67% | - |
| HSV(B) | 248.78º | 0.65% | 1% | - |
| XYZ | 28.48 | 18.05 | 95.75 | - |
| YUV | 115.87 | 205.95 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 254 | 0.55 | 0.65 | 0 | 0.00 | 248.78 | 0.99 | 0.67 |
| Hex | 72 | 5A | FE | 37 | 41 | 0 | 0 | F9 | 63 | 43 |
| Octal | 162 | 132 | 376 | 67 | 101 | 0 | 0 | 371 | 143 | 103 |
| Binary | 1110010 | 1011010 | 11111110 | 110111 | 1000001 | 0 | 0 | 11111001 | 1100011 | 1000011 |
Color Harmonies of #725AFE
Complementary color
Monochromatic Colors of #725AFE
Black with #725AFE
Text Example
Text Example
White with #725AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725AFE; }
p { color: rgb(114,90,254); }
H1.HeaderClassName
{
color: #725AFE;
}
.AnyTagClassName
{
color: #725AFE;
}
</style>
background-color css
<style>
a { background-color: #725AFE; }
a { background-color: rgb(114,90,254); }
div.DivClassName
{
background-color: #725AFE;
}
.BgClassName
{
background-color: #725AFE;
}
</style>
border-color css
<style>
span { border-color: #725AFE; }
span { border-color: rgb(114,90,254); }
td.TdClassName
{
border-color: #725AFE;
}
.TagClassName
{
border-color: #725AFE;
}
</style>