Shades of Medium Slate Blue #7256FA
Tints of Medium Slate Blue #7256FA
RGB
CMYK
RGB Variations
Color information
#7256FA (or 0x7256FA) is known color: Medium Slate Blue. HEX triplet: 72, 56 and FA. RGB value is (114,86,250). Sum of RGB (Red+Green+Blue) = 114+86+250=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #7256FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7256FA is #8DA905. Grayscale: #707070. Windows color (decimal): -9283846 or 16406130. OLE color: 16406130.
HSL color Cylindrical-coordinate representation of color #7256FA: hue angle of 250.24º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7256FA is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 86 | 250 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.02 |
| HSL | 250.24º | 0.94% | 0.66% | - |
| HSV(B) | 250.24º | 0.66% | 0.98% | - |
| XYZ | 27.52 | 17.14 | 92.3 | - |
| YUV | 113.07 | 205.28 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 250 | 0.54 | 0.66 | 0 | 0.02 | 250.24 | 0.94 | 0.66 |
| Hex | 72 | 56 | FA | 36 | 42 | 0 | 2 | FA | 5E | 42 |
| Octal | 162 | 126 | 372 | 66 | 102 | 0 | 2 | 372 | 136 | 102 |
| Binary | 1110010 | 1010110 | 11111010 | 110110 | 1000010 | 0 | 10 | 11111010 | 1011110 | 1000010 |
Color Harmonies of #7256FA
Complementary color
Monochromatic Colors of #7256FA
Black with #7256FA
Text Example
Text Example
White with #7256FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7256FA; }
p { color: rgb(114,86,250); }
H1.HeaderClassName
{
color: #7256FA;
}
.AnyTagClassName
{
color: #7256FA;
}
</style>
background-color css
<style>
a { background-color: #7256FA; }
a { background-color: rgb(114,86,250); }
div.DivClassName
{
background-color: #7256FA;
}
.BgClassName
{
background-color: #7256FA;
}
</style>
border-color css
<style>
span { border-color: #7256FA; }
span { border-color: rgb(114,86,250); }
td.TdClassName
{
border-color: #7256FA;
}
.TagClassName
{
border-color: #7256FA;
}
</style>