Shades of Medium Slate Blue #745AFB
Tints of Medium Slate Blue #745AFB
RGB
CMYK
RGB Variations
Color information
#745AFB (or 0x745AFB) is known color: Medium Slate Blue. HEX triplet: 74, 5A and FB. RGB value is (116,90,251). Sum of RGB (Red+Green+Blue) = 116+90+251=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #745AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745AFB is #8BA504. Grayscale: #737373. Windows color (decimal): -9151749 or 16472692. OLE color: 16472692.
HSL color Cylindrical-coordinate representation of color #745AFB: hue angle of 249.69º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #745AFB is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 90 | 251 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.02 |
| HSL | 249.69º | 0.95% | 0.67% | - |
| HSV(B) | 249.69º | 0.64% | 0.98% | - |
| XYZ | 28.27 | 17.99 | 93.25 | - |
| YUV | 116.13 | 204.11 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 251 | 0.54 | 0.64 | 0 | 0.02 | 249.69 | 0.95 | 0.67 |
| Hex | 74 | 5A | FB | 36 | 40 | 0 | 2 | FA | 5F | 43 |
| Octal | 164 | 132 | 373 | 66 | 100 | 0 | 2 | 372 | 137 | 103 |
| Binary | 1110100 | 1011010 | 11111011 | 110110 | 1000000 | 0 | 10 | 11111010 | 1011111 | 1000011 |
Color Harmonies of #745AFB
Complementary color
Monochromatic Colors of #745AFB
Black with #745AFB
Text Example
Text Example
White with #745AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745AFB; }
p { color: rgb(116,90,251); }
H1.HeaderClassName
{
color: #745AFB;
}
.AnyTagClassName
{
color: #745AFB;
}
</style>
background-color css
<style>
a { background-color: #745AFB; }
a { background-color: rgb(116,90,251); }
div.DivClassName
{
background-color: #745AFB;
}
.BgClassName
{
background-color: #745AFB;
}
</style>
border-color css
<style>
span { border-color: #745AFB; }
span { border-color: rgb(116,90,251); }
td.TdClassName
{
border-color: #745AFB;
}
.TagClassName
{
border-color: #745AFB;
}
</style>