Shades of Medium Slate Blue #7245FE
Tints of Medium Slate Blue #7245FE
RGB
CMYK
RGB Variations
Color information
#7245FE (or 0x7245FE) is known color: Medium Slate Blue. HEX triplet: 72, 45 and FE. RGB value is (114,69,254). Sum of RGB (Red+Green+Blue) = 114+69+254=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #7245FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7245FE is #8DBA01. Grayscale: #666666. Windows color (decimal): -9288194 or 16663922. OLE color: 16663922.
HSL color Cylindrical-coordinate representation of color #7245FE: hue angle of 254.59º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7245FE is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 69 | 254 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.00 |
| HSL | 254.59º | 0.99% | 0.63% | - |
| HSV(B) | 254.59º | 0.73% | 1% | - |
| XYZ | 26.96 | 14.99 | 95.24 | - |
| YUV | 103.55 | 212.91 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 69 | 254 | 0.55 | 0.73 | 0 | 0.00 | 254.59 | 0.99 | 0.63 |
| Hex | 72 | 45 | FE | 37 | 49 | 0 | 0 | FF | 63 | 3F |
| Octal | 162 | 105 | 376 | 67 | 111 | 0 | 0 | 377 | 143 | 77 |
| Binary | 1110010 | 1000101 | 11111110 | 110111 | 1001001 | 0 | 0 | 11111111 | 1100011 | 111111 |
Color Harmonies of #7245FE
Complementary color
Monochromatic Colors of #7245FE
Black with #7245FE
Text Example
Text Example
White with #7245FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7245FE; }
p { color: rgb(114,69,254); }
H1.HeaderClassName
{
color: #7245FE;
}
.AnyTagClassName
{
color: #7245FE;
}
</style>
background-color css
<style>
a { background-color: #7245FE; }
a { background-color: rgb(114,69,254); }
div.DivClassName
{
background-color: #7245FE;
}
.BgClassName
{
background-color: #7245FE;
}
</style>
border-color css
<style>
span { border-color: #7245FE; }
span { border-color: rgb(114,69,254); }
td.TdClassName
{
border-color: #7245FE;
}
.TagClassName
{
border-color: #7245FE;
}
</style>