Shades of Medium Slate Blue #755AF2
Tints of Medium Slate Blue #755AF2
RGB
CMYK
RGB Variations
Color information
#755AF2 (or 0x755AF2) is known color: Medium Slate Blue. HEX triplet: 75, 5A and F2. RGB value is (117,90,242). Sum of RGB (Red+Green+Blue) = 117+90+242=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #755AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755AF2 is #8AA50D. Grayscale: #727272. Windows color (decimal): -9086222 or 15882869. OLE color: 15882869.
HSL color Cylindrical-coordinate representation of color #755AF2: hue angle of 250.66º degrees, saturation: 0.85, 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 #755AF2 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 90 | 242 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.05 |
| HSL | 250.66º | 0.85% | 0.65% | - |
| HSV(B) | 250.66º | 0.63% | 0.95% | - |
| XYZ | 27.02 | 17.51 | 85.96 | - |
| YUV | 115.4 | 199.45 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 242 | 0.52 | 0.63 | 0 | 0.05 | 250.66 | 0.85 | 0.65 |
| Hex | 75 | 5A | F2 | 34 | 3F | 0 | 5 | FB | 55 | 41 |
| Octal | 165 | 132 | 362 | 64 | 77 | 0 | 5 | 373 | 125 | 101 |
| Binary | 1110101 | 1011010 | 11110010 | 110100 | 111111 | 0 | 101 | 11111011 | 1010101 | 1000001 |
Color Harmonies of #755AF2
Complementary color
Monochromatic Colors of #755AF2
Black with #755AF2
Text Example
Text Example
White with #755AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755AF2; }
p { color: rgb(117,90,242); }
H1.HeaderClassName
{
color: #755AF2;
}
.AnyTagClassName
{
color: #755AF2;
}
</style>
background-color css
<style>
a { background-color: #755AF2; }
a { background-color: rgb(117,90,242); }
div.DivClassName
{
background-color: #755AF2;
}
.BgClassName
{
background-color: #755AF2;
}
</style>
border-color css
<style>
span { border-color: #755AF2; }
span { border-color: rgb(117,90,242); }
td.TdClassName
{
border-color: #755AF2;
}
.TagClassName
{
border-color: #755AF2;
}
</style>