Shades of Medium Slate Blue #7256FB
Tints of Medium Slate Blue #7256FB
RGB
CMYK
RGB Variations
Color information
#7256FB (or 0x7256FB) is known color: Medium Slate Blue. HEX triplet: 72, 56 and FB. RGB value is (114,86,251). Sum of RGB (Red+Green+Blue) = 114+86+251=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #7256FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7256FB is #8DA904. Grayscale: #707070. Windows color (decimal): -9283845 or 16471666. OLE color: 16471666.
HSL color Cylindrical-coordinate representation of color #7256FB: hue angle of 250.18º degrees, saturation: 0.95, 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 #7256FB is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 86 | 251 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.02 |
| HSL | 250.18º | 0.95% | 0.66% | - |
| HSV(B) | 250.18º | 0.66% | 0.98% | - |
| XYZ | 27.68 | 17.2 | 93.13 | - |
| YUV | 113.18 | 205.78 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 251 | 0.55 | 0.66 | 0 | 0.02 | 250.18 | 0.95 | 0.66 |
| Hex | 72 | 56 | FB | 37 | 42 | 0 | 2 | FA | 5F | 42 |
| Octal | 162 | 126 | 373 | 67 | 102 | 0 | 2 | 372 | 137 | 102 |
| Binary | 1110010 | 1010110 | 11111011 | 110111 | 1000010 | 0 | 10 | 11111010 | 1011111 | 1000010 |
Color Harmonies of #7256FB
Complementary color
Monochromatic Colors of #7256FB
Black with #7256FB
Text Example
Text Example
White with #7256FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7256FB; }
p { color: rgb(114,86,251); }
H1.HeaderClassName
{
color: #7256FB;
}
.AnyTagClassName
{
color: #7256FB;
}
</style>
background-color css
<style>
a { background-color: #7256FB; }
a { background-color: rgb(114,86,251); }
div.DivClassName
{
background-color: #7256FB;
}
.BgClassName
{
background-color: #7256FB;
}
</style>
border-color css
<style>
span { border-color: #7256FB; }
span { border-color: rgb(114,86,251); }
td.TdClassName
{
border-color: #7256FB;
}
.TagClassName
{
border-color: #7256FB;
}
</style>