Shades of Medium Slate Blue #7550F3
Tints of Medium Slate Blue #7550F3
RGB
CMYK
RGB Variations
Color information
#7550F3 (or 0x7550F3) is known color: Medium Slate Blue. HEX triplet: 75, 50 and F3. RGB value is (117,80,243). Sum of RGB (Red+Green+Blue) = 117+80+243=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #7550F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7550F3 is #8AAF0C. Grayscale: #6D6D6D. Windows color (decimal): -9088781 or 15945845. OLE color: 15945845.
HSL color Cylindrical-coordinate representation of color #7550F3: hue angle of 253.62º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7550F3 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 80 | 243 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.05 |
| HSL | 253.62º | 0.87% | 0.63% | - |
| HSV(B) | 253.62º | 0.67% | 0.95% | - |
| XYZ | 26.38 | 15.99 | 86.49 | - |
| YUV | 109.65 | 203.26 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 243 | 0.52 | 0.67 | 0 | 0.05 | 253.62 | 0.87 | 0.63 |
| Hex | 75 | 50 | F3 | 34 | 43 | 0 | 5 | FE | 57 | 3F |
| Octal | 165 | 120 | 363 | 64 | 103 | 0 | 5 | 376 | 127 | 77 |
| Binary | 1110101 | 1010000 | 11110011 | 110100 | 1000011 | 0 | 101 | 11111110 | 1010111 | 111111 |
Color Harmonies of #7550F3
Complementary color
Monochromatic Colors of #7550F3
Black with #7550F3
Text Example
Text Example
White with #7550F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7550F3; }
p { color: rgb(117,80,243); }
H1.HeaderClassName
{
color: #7550F3;
}
.AnyTagClassName
{
color: #7550F3;
}
</style>
background-color css
<style>
a { background-color: #7550F3; }
a { background-color: rgb(117,80,243); }
div.DivClassName
{
background-color: #7550F3;
}
.BgClassName
{
background-color: #7550F3;
}
</style>
border-color css
<style>
span { border-color: #7550F3; }
span { border-color: rgb(117,80,243); }
td.TdClassName
{
border-color: #7550F3;
}
.TagClassName
{
border-color: #7550F3;
}
</style>