Shades of Medium Slate Blue #745AFF
Tints of Medium Slate Blue #745AFF
RGB
CMYK
RGB Variations
Color information
#745AFF (or 0x745AFF) is known color: Medium Slate Blue. HEX triplet: 74, 5A and FF. RGB value is (116,90,255). Sum of RGB (Red+Green+Blue) = 116+90+255=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #745AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745AFF is #8BA500. Grayscale: #737373. Windows color (decimal): -9151745 or 16734836. OLE color: 16734836.
HSL color Cylindrical-coordinate representation of color #745AFF: hue angle of 249.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #745AFF is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 90 | 255 | - |
| CMYK | 0.55 | 0.65 | 0 | 0 |
| HSL | 249.45º | 1% | 0.68% | - |
| HSV(B) | 249.45º | 0.65% | 1% | - |
| XYZ | 28.91 | 18.25 | 96.61 | - |
| YUV | 116.58 | 206.11 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 255 | 0.55 | 0.65 | 0 | 0 | 249.45 | 1 | 0.68 |
| Hex | 74 | 5A | FF | 37 | 41 | 0 | 0 | F9 | 64 | 44 |
| Octal | 164 | 132 | 377 | 67 | 101 | 0 | 0 | 371 | 144 | 104 |
| Binary | 1110100 | 1011010 | 11111111 | 110111 | 1000001 | 0 | 0 | 11111001 | 1100100 | 1000100 |
Color Harmonies of #745AFF
Complementary color
Monochromatic Colors of #745AFF
Black with #745AFF
Text Example
Text Example
White with #745AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745AFF; }
p { color: rgb(116,90,255); }
H1.HeaderClassName
{
color: #745AFF;
}
.AnyTagClassName
{
color: #745AFF;
}
</style>
background-color css
<style>
a { background-color: #745AFF; }
a { background-color: rgb(116,90,255); }
div.DivClassName
{
background-color: #745AFF;
}
.BgClassName
{
background-color: #745AFF;
}
</style>
border-color css
<style>
span { border-color: #745AFF; }
span { border-color: rgb(116,90,255); }
td.TdClassName
{
border-color: #745AFF;
}
.TagClassName
{
border-color: #745AFF;
}
</style>