Shades of Medium Slate Blue #755BF2
Tints of Medium Slate Blue #755BF2
RGB
CMYK
RGB Variations
Color information
#755BF2 (or 0x755BF2) is known color: Medium Slate Blue. HEX triplet: 75, 5B and F2. RGB value is (117,91,242). Sum of RGB (Red+Green+Blue) = 117+91+242=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #755BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755BF2 is #8AA40D. Grayscale: #737373. Windows color (decimal): -9085966 or 15883125. OLE color: 15883125.
HSL color Cylindrical-coordinate representation of color #755BF2: hue angle of 250.33º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #755BF2 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 91 | 242 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.05 |
| HSL | 250.33º | 0.85% | 0.65% | - |
| HSV(B) | 250.33º | 0.62% | 0.95% | - |
| XYZ | 27.1 | 17.67 | 85.99 | - |
| YUV | 115.99 | 199.11 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 242 | 0.52 | 0.62 | 0 | 0.05 | 250.33 | 0.85 | 0.65 |
| Hex | 75 | 5B | F2 | 34 | 3E | 0 | 5 | FA | 55 | 41 |
| Octal | 165 | 133 | 362 | 64 | 76 | 0 | 5 | 372 | 125 | 101 |
| Binary | 1110101 | 1011011 | 11110010 | 110100 | 111110 | 0 | 101 | 11111010 | 1010101 | 1000001 |
Color Harmonies of #755BF2
Complementary color
Monochromatic Colors of #755BF2
Black with #755BF2
Text Example
Text Example
White with #755BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BF2; }
p { color: rgb(117,91,242); }
H1.HeaderClassName
{
color: #755BF2;
}
.AnyTagClassName
{
color: #755BF2;
}
</style>
background-color css
<style>
a { background-color: #755BF2; }
a { background-color: rgb(117,91,242); }
div.DivClassName
{
background-color: #755BF2;
}
.BgClassName
{
background-color: #755BF2;
}
</style>
border-color css
<style>
span { border-color: #755BF2; }
span { border-color: rgb(117,91,242); }
td.TdClassName
{
border-color: #755BF2;
}
.TagClassName
{
border-color: #755BF2;
}
</style>