Shades of Medium Slate Blue #755AF3
Tints of Medium Slate Blue #755AF3
RGB
CMYK
RGB Variations
Color information
#755AF3 (or 0x755AF3) is known color: Medium Slate Blue. HEX triplet: 75, 5A and F3. RGB value is (117,90,243). Sum of RGB (Red+Green+Blue) = 117+90+243=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #755AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755AF3 is #8AA50C. Grayscale: #727272. Windows color (decimal): -9086221 or 15948405. OLE color: 15948405.
HSL color Cylindrical-coordinate representation of color #755AF3: hue angle of 250.59º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #755AF3 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 90 | 243 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.05 |
| HSL | 250.59º | 0.86% | 0.65% | - |
| HSV(B) | 250.59º | 0.63% | 0.95% | - |
| XYZ | 27.17 | 17.57 | 86.75 | - |
| YUV | 115.52 | 199.95 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 243 | 0.52 | 0.63 | 0 | 0.05 | 250.59 | 0.86 | 0.65 |
| Hex | 75 | 5A | F3 | 34 | 3F | 0 | 5 | FB | 56 | 41 |
| Octal | 165 | 132 | 363 | 64 | 77 | 0 | 5 | 373 | 126 | 101 |
| Binary | 1110101 | 1011010 | 11110011 | 110100 | 111111 | 0 | 101 | 11111011 | 1010110 | 1000001 |
Color Harmonies of #755AF3
Complementary color
Monochromatic Colors of #755AF3
Black with #755AF3
Text Example
Text Example
White with #755AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755AF3; }
p { color: rgb(117,90,243); }
H1.HeaderClassName
{
color: #755AF3;
}
.AnyTagClassName
{
color: #755AF3;
}
</style>
background-color css
<style>
a { background-color: #755AF3; }
a { background-color: rgb(117,90,243); }
div.DivClassName
{
background-color: #755AF3;
}
.BgClassName
{
background-color: #755AF3;
}
</style>
border-color css
<style>
span { border-color: #755AF3; }
span { border-color: rgb(117,90,243); }
td.TdClassName
{
border-color: #755AF3;
}
.TagClassName
{
border-color: #755AF3;
}
</style>