Shades of Medium Slate Blue #755FFC
Tints of Medium Slate Blue #755FFC
RGB
CMYK
RGB Variations
Color information
#755FFC (or 0x755FFC) is known color: Medium Slate Blue. HEX triplet: 75, 5F and FC. RGB value is (117,95,252). Sum of RGB (Red+Green+Blue) = 117+95+252=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #755FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755FFC is #8AA003. Grayscale: #767676. Windows color (decimal): -9084932 or 16539509. OLE color: 16539509.
HSL color Cylindrical-coordinate representation of color #755FFC: hue angle of 248.41º 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 #755FFC is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 95 | 252 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.01 |
| HSL | 248.41º | 0.96% | 0.68% | - |
| HSV(B) | 248.41º | 0.62% | 0.99% | - |
| XYZ | 29 | 18.99 | 94.23 | - |
| YUV | 119.48 | 202.79 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 252 | 0.54 | 0.62 | 0 | 0.01 | 248.41 | 0.96 | 0.68 |
| Hex | 75 | 5F | FC | 36 | 3E | 0 | 1 | F8 | 60 | 44 |
| Octal | 165 | 137 | 374 | 66 | 76 | 0 | 1 | 370 | 140 | 104 |
| Binary | 1110101 | 1011111 | 11111100 | 110110 | 111110 | 0 | 1 | 11111000 | 1100000 | 1000100 |
Color Harmonies of #755FFC
Complementary color
Monochromatic Colors of #755FFC
Black with #755FFC
Text Example
Text Example
White with #755FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FFC; }
p { color: rgb(117,95,252); }
H1.HeaderClassName
{
color: #755FFC;
}
.AnyTagClassName
{
color: #755FFC;
}
</style>
background-color css
<style>
a { background-color: #755FFC; }
a { background-color: rgb(117,95,252); }
div.DivClassName
{
background-color: #755FFC;
}
.BgClassName
{
background-color: #755FFC;
}
</style>
border-color css
<style>
span { border-color: #755FFC; }
span { border-color: rgb(117,95,252); }
td.TdClassName
{
border-color: #755FFC;
}
.TagClassName
{
border-color: #755FFC;
}
</style>