Shades of Medium Slate Blue #755FDF
Tints of Medium Slate Blue #755FDF
RGB
CMYK
RGB Variations
Color information
#755FDF (or 0x755FDF) is known color: Medium Slate Blue. HEX triplet: 75, 5F and DF. RGB value is (117,95,223). Sum of RGB (Red+Green+Blue) = 117+95+223=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #755FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FDF is #8AA020. Grayscale: #737373. Windows color (decimal): -9084961 or 14638965. OLE color: 14638965.
HSL color Cylindrical-coordinate representation of color #755FDF: hue angle of 250.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755FDF is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 95 | 223 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.13 |
| HSL | 250.31º | 0.67% | 0.62% | - |
| HSV(B) | 250.31º | 0.57% | 0.87% | - |
| XYZ | 24.75 | 17.29 | 71.85 | - |
| YUV | 116.17 | 188.29 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 223 | 0.48 | 0.57 | 0 | 0.13 | 250.31 | 0.67 | 0.62 |
| Hex | 75 | 5F | DF | 30 | 39 | 0 | D | FA | 43 | 3E |
| Octal | 165 | 137 | 337 | 60 | 71 | 0 | 15 | 372 | 103 | 76 |
| Binary | 1110101 | 1011111 | 11011111 | 110000 | 111001 | 0 | 1101 | 11111010 | 1000011 | 111110 |
Color Harmonies of #755FDF
Complementary color
Monochromatic Colors of #755FDF
Black with #755FDF
Text Example
Text Example
White with #755FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FDF; }
p { color: rgb(117,95,223); }
H1.HeaderClassName
{
color: #755FDF;
}
.AnyTagClassName
{
color: #755FDF;
}
</style>
background-color css
<style>
a { background-color: #755FDF; }
a { background-color: rgb(117,95,223); }
div.DivClassName
{
background-color: #755FDF;
}
.BgClassName
{
background-color: #755FDF;
}
</style>
border-color css
<style>
span { border-color: #755FDF; }
span { border-color: rgb(117,95,223); }
td.TdClassName
{
border-color: #755FDF;
}
.TagClassName
{
border-color: #755FDF;
}
</style>