Shades of Medium Slate Blue #7256E6
Tints of Medium Slate Blue #7256E6
RGB
CMYK
RGB Variations
Color information
#7256E6 (or 0x7256E6) is known color: Medium Slate Blue. HEX triplet: 72, 56 and E6. RGB value is (114,86,230). Sum of RGB (Red+Green+Blue) = 114+86+230=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #7256E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7256E6 is #8DA919. Grayscale: #6E6E6E. Windows color (decimal): -9283866 or 15095410. OLE color: 15095410.
HSL color Cylindrical-coordinate representation of color #7256E6: hue angle of 251.67º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7256E6 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 86 | 230 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.10 |
| HSL | 251.67º | 0.74% | 0.62% | - |
| HSV(B) | 251.67º | 0.63% | 0.9% | - |
| XYZ | 24.55 | 15.95 | 76.65 | - |
| YUV | 110.79 | 195.28 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 230 | 0.50 | 0.63 | 0 | 0.10 | 251.67 | 0.74 | 0.62 |
| Hex | 72 | 56 | E6 | 32 | 3F | 0 | A | FC | 4A | 3E |
| Octal | 162 | 126 | 346 | 62 | 77 | 0 | 12 | 374 | 112 | 76 |
| Binary | 1110010 | 1010110 | 11100110 | 110010 | 111111 | 0 | 1010 | 11111100 | 1001010 | 111110 |
Color Harmonies of #7256E6
Complementary color
Monochromatic Colors of #7256E6
Black with #7256E6
Text Example
Text Example
White with #7256E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7256E6; }
p { color: rgb(114,86,230); }
H1.HeaderClassName
{
color: #7256E6;
}
.AnyTagClassName
{
color: #7256E6;
}
</style>
background-color css
<style>
a { background-color: #7256E6; }
a { background-color: rgb(114,86,230); }
div.DivClassName
{
background-color: #7256E6;
}
.BgClassName
{
background-color: #7256E6;
}
</style>
border-color css
<style>
span { border-color: #7256E6; }
span { border-color: rgb(114,86,230); }
td.TdClassName
{
border-color: #7256E6;
}
.TagClassName
{
border-color: #7256E6;
}
</style>