Shades of Medium Slate Blue #755AFD
Tints of Medium Slate Blue #755AFD
RGB
CMYK
RGB Variations
Color information
#755AFD (or 0x755AFD) is known color: Medium Slate Blue. HEX triplet: 75, 5A and FD. RGB value is (117,90,253). Sum of RGB (Red+Green+Blue) = 117+90+253=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #755AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755AFD is #8AA502. Grayscale: #747474. Windows color (decimal): -9086211 or 16603765. OLE color: 16603765.
HSL color Cylindrical-coordinate representation of color #755AFD: hue angle of 249.94º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #755AFD is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 90 | 253 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.01 |
| HSL | 249.94º | 0.98% | 0.67% | - |
| HSV(B) | 249.94º | 0.64% | 0.99% | - |
| XYZ | 28.72 | 18.19 | 94.92 | - |
| YUV | 116.66 | 204.95 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 253 | 0.54 | 0.64 | 0 | 0.01 | 249.94 | 0.98 | 0.67 |
| Hex | 75 | 5A | FD | 36 | 40 | 0 | 1 | FA | 62 | 43 |
| Octal | 165 | 132 | 375 | 66 | 100 | 0 | 1 | 372 | 142 | 103 |
| Binary | 1110101 | 1011010 | 11111101 | 110110 | 1000000 | 0 | 1 | 11111010 | 1100010 | 1000011 |
Color Harmonies of #755AFD
Complementary color
Monochromatic Colors of #755AFD
Black with #755AFD
Text Example
Text Example
White with #755AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755AFD; }
p { color: rgb(117,90,253); }
H1.HeaderClassName
{
color: #755AFD;
}
.AnyTagClassName
{
color: #755AFD;
}
</style>
background-color css
<style>
a { background-color: #755AFD; }
a { background-color: rgb(117,90,253); }
div.DivClassName
{
background-color: #755AFD;
}
.BgClassName
{
background-color: #755AFD;
}
</style>
border-color css
<style>
span { border-color: #755AFD; }
span { border-color: rgb(117,90,253); }
td.TdClassName
{
border-color: #755AFD;
}
.TagClassName
{
border-color: #755AFD;
}
</style>