Shades of Medium Slate Blue #745BFF
Tints of Medium Slate Blue #745BFF
RGB
CMYK
RGB Variations
Color information
#745BFF (or 0x745BFF) is known color: Medium Slate Blue. HEX triplet: 74, 5B and FF. RGB value is (116,91,255). Sum of RGB (Red+Green+Blue) = 116+91+255=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #745BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745BFF is #8BA400. Grayscale: #747474. Windows color (decimal): -9151489 or 16735092. OLE color: 16735092.
HSL color Cylindrical-coordinate representation of color #745BFF: hue angle of 249.15º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #745BFF is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 91 | 255 | - |
| CMYK | 0.55 | 0.64 | 0 | 0 |
| HSL | 249.15º | 1% | 0.68% | - |
| HSV(B) | 249.15º | 0.64% | 1% | - |
| XYZ | 28.99 | 18.42 | 96.63 | - |
| YUV | 117.17 | 205.78 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 255 | 0.55 | 0.64 | 0 | 0 | 249.15 | 1 | 0.68 |
| Hex | 74 | 5B | FF | 37 | 40 | 0 | 0 | F9 | 64 | 44 |
| Octal | 164 | 133 | 377 | 67 | 100 | 0 | 0 | 371 | 144 | 104 |
| Binary | 1110100 | 1011011 | 11111111 | 110111 | 1000000 | 0 | 0 | 11111001 | 1100100 | 1000100 |
Color Harmonies of #745BFF
Complementary color
Monochromatic Colors of #745BFF
Black with #745BFF
Text Example
Text Example
White with #745BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745BFF; }
p { color: rgb(116,91,255); }
H1.HeaderClassName
{
color: #745BFF;
}
.AnyTagClassName
{
color: #745BFF;
}
</style>
background-color css
<style>
a { background-color: #745BFF; }
a { background-color: rgb(116,91,255); }
div.DivClassName
{
background-color: #745BFF;
}
.BgClassName
{
background-color: #745BFF;
}
</style>
border-color css
<style>
span { border-color: #745BFF; }
span { border-color: rgb(116,91,255); }
td.TdClassName
{
border-color: #745BFF;
}
.TagClassName
{
border-color: #745BFF;
}
</style>