Shades of Medium Slate Blue #755CFA
Tints of Medium Slate Blue #755CFA
RGB
CMYK
RGB Variations
Color information
#755CFA (or 0x755CFA) is known color: Medium Slate Blue. HEX triplet: 75, 5C and FA. RGB value is (117,92,250). Sum of RGB (Red+Green+Blue) = 117+92+250=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #755CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755CFA is #8AA305. Grayscale: #747474. Windows color (decimal): -9085702 or 16407669. OLE color: 16407669.
HSL color Cylindrical-coordinate representation of color #755CFA: hue angle of 249.49º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #755CFA is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 92 | 250 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.02 |
| HSL | 249.49º | 0.94% | 0.67% | - |
| HSV(B) | 249.49º | 0.63% | 0.98% | - |
| XYZ | 28.42 | 18.34 | 92.48 | - |
| YUV | 117.49 | 202.78 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 250 | 0.53 | 0.63 | 0 | 0.02 | 249.49 | 0.94 | 0.67 |
| Hex | 75 | 5C | FA | 35 | 3F | 0 | 2 | F9 | 5E | 43 |
| Octal | 165 | 134 | 372 | 65 | 77 | 0 | 2 | 371 | 136 | 103 |
| Binary | 1110101 | 1011100 | 11111010 | 110101 | 111111 | 0 | 10 | 11111001 | 1011110 | 1000011 |
Color Harmonies of #755CFA
Complementary color
Monochromatic Colors of #755CFA
Black with #755CFA
Text Example
Text Example
White with #755CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CFA; }
p { color: rgb(117,92,250); }
H1.HeaderClassName
{
color: #755CFA;
}
.AnyTagClassName
{
color: #755CFA;
}
</style>
background-color css
<style>
a { background-color: #755CFA; }
a { background-color: rgb(117,92,250); }
div.DivClassName
{
background-color: #755CFA;
}
.BgClassName
{
background-color: #755CFA;
}
</style>
border-color css
<style>
span { border-color: #755CFA; }
span { border-color: rgb(117,92,250); }
td.TdClassName
{
border-color: #755CFA;
}
.TagClassName
{
border-color: #755CFA;
}
</style>