Shades of Medium Slate Blue #7445FB
Tints of Medium Slate Blue #7445FB
RGB
CMYK
RGB Variations
Color information
#7445FB (or 0x7445FB) is known color: Medium Slate Blue. HEX triplet: 74, 45 and FB. RGB value is (116,69,251). Sum of RGB (Red+Green+Blue) = 116+69+251=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #7445FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7445FB is #8BBA04. Grayscale: #676767. Windows color (decimal): -9157125 or 16467316. OLE color: 16467316.
HSL color Cylindrical-coordinate representation of color #7445FB: hue angle of 255.49º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7445FB is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 69 | 251 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.02 |
| HSL | 255.49º | 0.96% | 0.63% | - |
| HSV(B) | 255.49º | 0.73% | 0.98% | - |
| XYZ | 26.74 | 14.93 | 92.74 | - |
| YUV | 103.8 | 211.07 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 251 | 0.54 | 0.73 | 0 | 0.02 | 255.49 | 0.96 | 0.63 |
| Hex | 74 | 45 | FB | 36 | 49 | 0 | 2 | FF | 60 | 3F |
| Octal | 164 | 105 | 373 | 66 | 111 | 0 | 2 | 377 | 140 | 77 |
| Binary | 1110100 | 1000101 | 11111011 | 110110 | 1001001 | 0 | 10 | 11111111 | 1100000 | 111111 |
Color Harmonies of #7445FB
Complementary color
Monochromatic Colors of #7445FB
Black with #7445FB
Text Example
Text Example
White with #7445FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7445FB; }
p { color: rgb(116,69,251); }
H1.HeaderClassName
{
color: #7445FB;
}
.AnyTagClassName
{
color: #7445FB;
}
</style>
background-color css
<style>
a { background-color: #7445FB; }
a { background-color: rgb(116,69,251); }
div.DivClassName
{
background-color: #7445FB;
}
.BgClassName
{
background-color: #7445FB;
}
</style>
border-color css
<style>
span { border-color: #7445FB; }
span { border-color: rgb(116,69,251); }
td.TdClassName
{
border-color: #7445FB;
}
.TagClassName
{
border-color: #7445FB;
}
</style>