Shades of Medium Slate Blue #725CFA
Tints of Medium Slate Blue #725CFA
RGB
CMYK
RGB Variations
Color information
#725CFA (or 0x725CFA) is known color: Medium Slate Blue. HEX triplet: 72, 5C and FA. RGB value is (114,92,250). Sum of RGB (Red+Green+Blue) = 114+92+250=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #725CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725CFA is #8DA305. Grayscale: #737373. Windows color (decimal): -9282310 or 16407666. OLE color: 16407666.
HSL color Cylindrical-coordinate representation of color #725CFA: hue angle of 248.35º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #725CFA is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 92 | 250 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.02 |
| HSL | 248.35º | 0.94% | 0.67% | - |
| HSV(B) | 248.35º | 0.63% | 0.98% | - |
| XYZ | 28.02 | 18.13 | 92.47 | - |
| YUV | 116.59 | 203.29 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 250 | 0.54 | 0.63 | 0 | 0.02 | 248.35 | 0.94 | 0.67 |
| Hex | 72 | 5C | FA | 36 | 3F | 0 | 2 | F8 | 5E | 43 |
| Octal | 162 | 134 | 372 | 66 | 77 | 0 | 2 | 370 | 136 | 103 |
| Binary | 1110010 | 1011100 | 11111010 | 110110 | 111111 | 0 | 10 | 11111000 | 1011110 | 1000011 |
Color Harmonies of #725CFA
Complementary color
Monochromatic Colors of #725CFA
Black with #725CFA
Text Example
Text Example
White with #725CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725CFA; }
p { color: rgb(114,92,250); }
H1.HeaderClassName
{
color: #725CFA;
}
.AnyTagClassName
{
color: #725CFA;
}
</style>
background-color css
<style>
a { background-color: #725CFA; }
a { background-color: rgb(114,92,250); }
div.DivClassName
{
background-color: #725CFA;
}
.BgClassName
{
background-color: #725CFA;
}
</style>
border-color css
<style>
span { border-color: #725CFA; }
span { border-color: rgb(114,92,250); }
td.TdClassName
{
border-color: #725CFA;
}
.TagClassName
{
border-color: #725CFA;
}
</style>