Shades of Medium Slate Blue #745FFC
Tints of Medium Slate Blue #745FFC
RGB
CMYK
RGB Variations
Color information
#745FFC (or 0x745FFC) is known color: Medium Slate Blue. HEX triplet: 74, 5F and FC. RGB value is (116,95,252). Sum of RGB (Red+Green+Blue) = 116+95+252=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #745FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745FFC is #8BA003. Grayscale: #767676. Windows color (decimal): -9150468 or 16539508. OLE color: 16539508.
HSL color Cylindrical-coordinate representation of color #745FFC: hue angle of 248.03º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #745FFC is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 95 | 252 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.01 |
| HSL | 248.03º | 0.96% | 0.68% | - |
| HSV(B) | 248.03º | 0.62% | 0.99% | - |
| XYZ | 28.87 | 18.93 | 94.23 | - |
| YUV | 119.18 | 202.96 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 252 | 0.54 | 0.62 | 0 | 0.01 | 248.03 | 0.96 | 0.68 |
| Hex | 74 | 5F | FC | 36 | 3E | 0 | 1 | F8 | 60 | 44 |
| Octal | 164 | 137 | 374 | 66 | 76 | 0 | 1 | 370 | 140 | 104 |
| Binary | 1110100 | 1011111 | 11111100 | 110110 | 111110 | 0 | 1 | 11111000 | 1100000 | 1000100 |
Color Harmonies of #745FFC
Complementary color
Monochromatic Colors of #745FFC
Black with #745FFC
Text Example
Text Example
White with #745FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745FFC; }
p { color: rgb(116,95,252); }
H1.HeaderClassName
{
color: #745FFC;
}
.AnyTagClassName
{
color: #745FFC;
}
</style>
background-color css
<style>
a { background-color: #745FFC; }
a { background-color: rgb(116,95,252); }
div.DivClassName
{
background-color: #745FFC;
}
.BgClassName
{
background-color: #745FFC;
}
</style>
border-color css
<style>
span { border-color: #745FFC; }
span { border-color: rgb(116,95,252); }
td.TdClassName
{
border-color: #745FFC;
}
.TagClassName
{
border-color: #745FFC;
}
</style>