Shades of Medium Slate Blue #7256FC
Tints of Medium Slate Blue #7256FC
RGB
CMYK
RGB Variations
Color information
#7256FC (or 0x7256FC) is known color: Medium Slate Blue. HEX triplet: 72, 56 and FC. RGB value is (114,86,252). Sum of RGB (Red+Green+Blue) = 114+86+252=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #7256FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7256FC is #8DA903. Grayscale: #707070. Windows color (decimal): -9283844 or 16537202. OLE color: 16537202.
HSL color Cylindrical-coordinate representation of color #7256FC: hue angle of 250.12º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7256FC is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 86 | 252 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.01 |
| HSL | 250.12º | 0.97% | 0.66% | - |
| HSV(B) | 250.12º | 0.66% | 0.99% | - |
| XYZ | 27.84 | 17.26 | 93.96 | - |
| YUV | 113.3 | 206.28 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 252 | 0.55 | 0.66 | 0 | 0.01 | 250.12 | 0.97 | 0.66 |
| Hex | 72 | 56 | FC | 37 | 42 | 0 | 1 | FA | 61 | 42 |
| Octal | 162 | 126 | 374 | 67 | 102 | 0 | 1 | 372 | 141 | 102 |
| Binary | 1110010 | 1010110 | 11111100 | 110111 | 1000010 | 0 | 1 | 11111010 | 1100001 | 1000010 |
Color Harmonies of #7256FC
Complementary color
Monochromatic Colors of #7256FC
Black with #7256FC
Text Example
Text Example
White with #7256FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7256FC; }
p { color: rgb(114,86,252); }
H1.HeaderClassName
{
color: #7256FC;
}
.AnyTagClassName
{
color: #7256FC;
}
</style>
background-color css
<style>
a { background-color: #7256FC; }
a { background-color: rgb(114,86,252); }
div.DivClassName
{
background-color: #7256FC;
}
.BgClassName
{
background-color: #7256FC;
}
</style>
border-color css
<style>
span { border-color: #7256FC; }
span { border-color: rgb(114,86,252); }
td.TdClassName
{
border-color: #7256FC;
}
.TagClassName
{
border-color: #7256FC;
}
</style>