Shades of Medium Slate Blue #755AFB
Tints of Medium Slate Blue #755AFB
RGB
CMYK
RGB Variations
Color information
#755AFB (or 0x755AFB) is known color: Medium Slate Blue. HEX triplet: 75, 5A and FB. RGB value is (117,90,251). Sum of RGB (Red+Green+Blue) = 117+90+251=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #755AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755AFB is #8AA504. Grayscale: #737373. Windows color (decimal): -9086213 or 16472693. OLE color: 16472693.
HSL color Cylindrical-coordinate representation of color #755AFB: hue angle of 250.06º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #755AFB is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 90 | 251 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.02 |
| HSL | 250.06º | 0.95% | 0.67% | - |
| HSV(B) | 250.06º | 0.64% | 0.98% | - |
| XYZ | 28.4 | 18.06 | 93.26 | - |
| YUV | 116.43 | 203.95 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 251 | 0.53 | 0.64 | 0 | 0.02 | 250.06 | 0.95 | 0.67 |
| Hex | 75 | 5A | FB | 35 | 40 | 0 | 2 | FA | 5F | 43 |
| Octal | 165 | 132 | 373 | 65 | 100 | 0 | 2 | 372 | 137 | 103 |
| Binary | 1110101 | 1011010 | 11111011 | 110101 | 1000000 | 0 | 10 | 11111010 | 1011111 | 1000011 |
Color Harmonies of #755AFB
Complementary color
Monochromatic Colors of #755AFB
Black with #755AFB
Text Example
Text Example
White with #755AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755AFB; }
p { color: rgb(117,90,251); }
H1.HeaderClassName
{
color: #755AFB;
}
.AnyTagClassName
{
color: #755AFB;
}
</style>
background-color css
<style>
a { background-color: #755AFB; }
a { background-color: rgb(117,90,251); }
div.DivClassName
{
background-color: #755AFB;
}
.BgClassName
{
background-color: #755AFB;
}
</style>
border-color css
<style>
span { border-color: #755AFB; }
span { border-color: rgb(117,90,251); }
td.TdClassName
{
border-color: #755AFB;
}
.TagClassName
{
border-color: #755AFB;
}
</style>