Shades of Medium Slate Blue #7145FD
Tints of Medium Slate Blue #7145FD
RGB
CMYK
RGB Variations
Color information
#7145FD (or 0x7145FD) is known color: Medium Slate Blue. HEX triplet: 71, 45 and FD. RGB value is (113,69,253). Sum of RGB (Red+Green+Blue) = 113+69+253=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #7145FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7145FD is #8EBA02. Grayscale: #666666. Windows color (decimal): -9353731 or 16598385. OLE color: 16598385.
HSL color Cylindrical-coordinate representation of color #7145FD: hue angle of 254.35º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7145FD is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 69 | 253 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.01 |
| HSL | 254.35º | 0.98% | 0.63% | - |
| HSV(B) | 254.35º | 0.73% | 0.99% | - |
| XYZ | 26.67 | 14.86 | 94.39 | - |
| YUV | 103.13 | 212.58 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 253 | 0.55 | 0.73 | 0 | 0.01 | 254.35 | 0.98 | 0.63 |
| Hex | 71 | 45 | FD | 37 | 49 | 0 | 1 | FE | 62 | 3F |
| Octal | 161 | 105 | 375 | 67 | 111 | 0 | 1 | 376 | 142 | 77 |
| Binary | 1110001 | 1000101 | 11111101 | 110111 | 1001001 | 0 | 1 | 11111110 | 1100010 | 111111 |
Color Harmonies of #7145FD
Complementary color
Monochromatic Colors of #7145FD
Black with #7145FD
Text Example
Text Example
White with #7145FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7145FD; }
p { color: rgb(113,69,253); }
H1.HeaderClassName
{
color: #7145FD;
}
.AnyTagClassName
{
color: #7145FD;
}
</style>
background-color css
<style>
a { background-color: #7145FD; }
a { background-color: rgb(113,69,253); }
div.DivClassName
{
background-color: #7145FD;
}
.BgClassName
{
background-color: #7145FD;
}
</style>
border-color css
<style>
span { border-color: #7145FD; }
span { border-color: rgb(113,69,253); }
td.TdClassName
{
border-color: #7145FD;
}
.TagClassName
{
border-color: #7145FD;
}
</style>