Shades of Medium Slate Blue #754AF3
Tints of Medium Slate Blue #754AF3
RGB
CMYK
RGB Variations
Color information
#754AF3 (or 0x754AF3) is known color: Medium Slate Blue. HEX triplet: 75, 4A and F3. RGB value is (117,74,243). Sum of RGB (Red+Green+Blue) = 117+74+243=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 243 (95.31% from 255 or 55.99% from 434); Max value from RGB is 243 - color contains mainly: blue. Hex color #754AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754AF3 is #8AB50C. Grayscale: #696969. Windows color (decimal): -9090317 or 15944309. OLE color: 15944309.
HSL color Cylindrical-coordinate representation of color #754AF3: hue angle of 255.27º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #754AF3 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 74 | 243 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.05 |
| HSL | 255.27º | 0.88% | 0.62% | - |
| HSV(B) | 255.27º | 0.7% | 0.95% | - |
| XYZ | 25.96 | 15.15 | 86.35 | - |
| YUV | 106.12 | 205.25 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 243 | 0.52 | 0.70 | 0 | 0.05 | 255.27 | 0.88 | 0.62 |
| Hex | 75 | 4A | F3 | 34 | 46 | 0 | 5 | FF | 58 | 3E |
| Octal | 165 | 112 | 363 | 64 | 106 | 0 | 5 | 377 | 130 | 76 |
| Binary | 1110101 | 1001010 | 11110011 | 110100 | 1000110 | 0 | 101 | 11111111 | 1011000 | 111110 |
Color Harmonies of #754AF3
Complementary color
Monochromatic Colors of #754AF3
Black with #754AF3
Text Example
Text Example
White with #754AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754AF3; }
p { color: rgb(117,74,243); }
H1.HeaderClassName
{
color: #754AF3;
}
.AnyTagClassName
{
color: #754AF3;
}
</style>
background-color css
<style>
a { background-color: #754AF3; }
a { background-color: rgb(117,74,243); }
div.DivClassName
{
background-color: #754AF3;
}
.BgClassName
{
background-color: #754AF3;
}
</style>
border-color css
<style>
span { border-color: #754AF3; }
span { border-color: rgb(117,74,243); }
td.TdClassName
{
border-color: #754AF3;
}
.TagClassName
{
border-color: #754AF3;
}
</style>