Shades of Medium Slate Blue #7445FD
Tints of Medium Slate Blue #7445FD
RGB
CMYK
RGB Variations
Color information
#7445FD (or 0x7445FD) is known color: Medium Slate Blue. HEX triplet: 74, 45 and FD. RGB value is (116,69,253). Sum of RGB (Red+Green+Blue) = 116+69+253=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #7445FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7445FD is #8BBA02. Grayscale: #676767. Windows color (decimal): -9157123 or 16598388. OLE color: 16598388.
HSL color Cylindrical-coordinate representation of color #7445FD: hue angle of 255.33º 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 #7445FD is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 69 | 253 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.01 |
| HSL | 255.33º | 0.98% | 0.63% | - |
| HSV(B) | 255.33º | 0.73% | 0.99% | - |
| XYZ | 27.06 | 15.06 | 94.41 | - |
| YUV | 104.03 | 212.07 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 253 | 0.54 | 0.73 | 0 | 0.01 | 255.33 | 0.98 | 0.63 |
| Hex | 74 | 45 | FD | 36 | 49 | 0 | 1 | FF | 62 | 3F |
| Octal | 164 | 105 | 375 | 66 | 111 | 0 | 1 | 377 | 142 | 77 |
| Binary | 1110100 | 1000101 | 11111101 | 110110 | 1001001 | 0 | 1 | 11111111 | 1100010 | 111111 |
Color Harmonies of #7445FD
Complementary color
Monochromatic Colors of #7445FD
Black with #7445FD
Text Example
Text Example
White with #7445FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7445FD; }
p { color: rgb(116,69,253); }
H1.HeaderClassName
{
color: #7445FD;
}
.AnyTagClassName
{
color: #7445FD;
}
</style>
background-color css
<style>
a { background-color: #7445FD; }
a { background-color: rgb(116,69,253); }
div.DivClassName
{
background-color: #7445FD;
}
.BgClassName
{
background-color: #7445FD;
}
</style>
border-color css
<style>
span { border-color: #7445FD; }
span { border-color: rgb(116,69,253); }
td.TdClassName
{
border-color: #7445FD;
}
.TagClassName
{
border-color: #7445FD;
}
</style>