Shades of Medium Slate Blue #755FFA
Tints of Medium Slate Blue #755FFA
RGB
CMYK
RGB Variations
Color information
#755FFA (or 0x755FFA) is known color: Medium Slate Blue. HEX triplet: 75, 5F and FA. RGB value is (117,95,250). Sum of RGB (Red+Green+Blue) = 117+95+250=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #755FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755FFA is #8AA005. Grayscale: #767676. Windows color (decimal): -9084934 or 16408437. OLE color: 16408437.
HSL color Cylindrical-coordinate representation of color #755FFA: hue angle of 248.52º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #755FFA is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 95 | 250 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.02 |
| HSL | 248.52º | 0.94% | 0.68% | - |
| HSV(B) | 248.52º | 0.62% | 0.98% | - |
| XYZ | 28.68 | 18.87 | 92.57 | - |
| YUV | 119.25 | 201.79 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 250 | 0.53 | 0.62 | 0 | 0.02 | 248.52 | 0.94 | 0.68 |
| Hex | 75 | 5F | FA | 35 | 3E | 0 | 2 | F9 | 5E | 44 |
| Octal | 165 | 137 | 372 | 65 | 76 | 0 | 2 | 371 | 136 | 104 |
| Binary | 1110101 | 1011111 | 11111010 | 110101 | 111110 | 0 | 10 | 11111001 | 1011110 | 1000100 |
Color Harmonies of #755FFA
Complementary color
Monochromatic Colors of #755FFA
Black with #755FFA
Text Example
Text Example
White with #755FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FFA; }
p { color: rgb(117,95,250); }
H1.HeaderClassName
{
color: #755FFA;
}
.AnyTagClassName
{
color: #755FFA;
}
</style>
background-color css
<style>
a { background-color: #755FFA; }
a { background-color: rgb(117,95,250); }
div.DivClassName
{
background-color: #755FFA;
}
.BgClassName
{
background-color: #755FFA;
}
</style>
border-color css
<style>
span { border-color: #755FFA; }
span { border-color: rgb(117,95,250); }
td.TdClassName
{
border-color: #755FFA;
}
.TagClassName
{
border-color: #755FFA;
}
</style>