Shades of Medium Slate Blue #7045FE
Tints of Medium Slate Blue #7045FE
RGB
CMYK
RGB Variations
Color information
#7045FE (or 0x7045FE) is known color: Medium Slate Blue. HEX triplet: 70, 45 and FE. RGB value is (112,69,254). Sum of RGB (Red+Green+Blue) = 112+69+254=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #7045FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7045FE is #8FBA01. Grayscale: #666666. Windows color (decimal): -9419266 or 16663920. OLE color: 16663920.
HSL color Cylindrical-coordinate representation of color #7045FE: hue angle of 253.95º 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 #7045FE is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 69 | 254 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.00 |
| HSL | 253.95º | 0.99% | 0.63% | - |
| HSV(B) | 253.95º | 0.73% | 1% | - |
| XYZ | 26.7 | 14.86 | 95.23 | - |
| YUV | 102.95 | 213.25 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 254 | 0.56 | 0.73 | 0 | 0.00 | 253.95 | 0.99 | 0.63 |
| Hex | 70 | 45 | FE | 38 | 49 | 0 | 0 | FE | 63 | 3F |
| Octal | 160 | 105 | 376 | 70 | 111 | 0 | 0 | 376 | 143 | 77 |
| Binary | 1110000 | 1000101 | 11111110 | 111000 | 1001001 | 0 | 0 | 11111110 | 1100011 | 111111 |
Color Harmonies of #7045FE
Complementary color
Monochromatic Colors of #7045FE
Black with #7045FE
Text Example
Text Example
White with #7045FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7045FE; }
p { color: rgb(112,69,254); }
H1.HeaderClassName
{
color: #7045FE;
}
.AnyTagClassName
{
color: #7045FE;
}
</style>
background-color css
<style>
a { background-color: #7045FE; }
a { background-color: rgb(112,69,254); }
div.DivClassName
{
background-color: #7045FE;
}
.BgClassName
{
background-color: #7045FE;
}
</style>
border-color css
<style>
span { border-color: #7045FE; }
span { border-color: rgb(112,69,254); }
td.TdClassName
{
border-color: #7045FE;
}
.TagClassName
{
border-color: #7045FE;
}
</style>