Shades of Medium Slate Blue #725AFB
Tints of Medium Slate Blue #725AFB
RGB
CMYK
RGB Variations
Color information
#725AFB (or 0x725AFB) is known color: Medium Slate Blue. HEX triplet: 72, 5A and FB. RGB value is (114,90,251). Sum of RGB (Red+Green+Blue) = 114+90+251=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #725AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725AFB is #8DA504. Grayscale: #727272. Windows color (decimal): -9282821 or 16472690. OLE color: 16472690.
HSL color Cylindrical-coordinate representation of color #725AFB: hue angle of 248.94º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #725AFB is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 90 | 251 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.02 |
| HSL | 248.94º | 0.95% | 0.67% | - |
| HSV(B) | 248.94º | 0.64% | 0.98% | - |
| XYZ | 28.01 | 17.85 | 93.24 | - |
| YUV | 115.53 | 204.45 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 251 | 0.55 | 0.64 | 0 | 0.02 | 248.94 | 0.95 | 0.67 |
| Hex | 72 | 5A | FB | 37 | 40 | 0 | 2 | F9 | 5F | 43 |
| Octal | 162 | 132 | 373 | 67 | 100 | 0 | 2 | 371 | 137 | 103 |
| Binary | 1110010 | 1011010 | 11111011 | 110111 | 1000000 | 0 | 10 | 11111001 | 1011111 | 1000011 |
Color Harmonies of #725AFB
Complementary color
Monochromatic Colors of #725AFB
Black with #725AFB
Text Example
Text Example
White with #725AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725AFB; }
p { color: rgb(114,90,251); }
H1.HeaderClassName
{
color: #725AFB;
}
.AnyTagClassName
{
color: #725AFB;
}
</style>
background-color css
<style>
a { background-color: #725AFB; }
a { background-color: rgb(114,90,251); }
div.DivClassName
{
background-color: #725AFB;
}
.BgClassName
{
background-color: #725AFB;
}
</style>
border-color css
<style>
span { border-color: #725AFB; }
span { border-color: rgb(114,90,251); }
td.TdClassName
{
border-color: #725AFB;
}
.TagClassName
{
border-color: #725AFB;
}
</style>