Shades of Medium Slate Blue #755CFB
Tints of Medium Slate Blue #755CFB
RGB
CMYK
RGB Variations
Color information
#755CFB (or 0x755CFB) is known color: Medium Slate Blue. HEX triplet: 75, 5C and FB. RGB value is (117,92,251). Sum of RGB (Red+Green+Blue) = 117+92+251=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #755CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755CFB is #8AA304. Grayscale: #747474. Windows color (decimal): -9085701 or 16473205. OLE color: 16473205.
HSL color Cylindrical-coordinate representation of color #755CFB: hue angle of 249.43º degrees, saturation: 0.95, 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 #755CFB is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 92 | 251 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.02 |
| HSL | 249.43º | 0.95% | 0.67% | - |
| HSV(B) | 249.43º | 0.63% | 0.98% | - |
| XYZ | 28.58 | 18.4 | 93.31 | - |
| YUV | 117.6 | 203.28 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 251 | 0.53 | 0.63 | 0 | 0.02 | 249.43 | 0.95 | 0.67 |
| Hex | 75 | 5C | FB | 35 | 3F | 0 | 2 | F9 | 5F | 43 |
| Octal | 165 | 134 | 373 | 65 | 77 | 0 | 2 | 371 | 137 | 103 |
| Binary | 1110101 | 1011100 | 11111011 | 110101 | 111111 | 0 | 10 | 11111001 | 1011111 | 1000011 |
Color Harmonies of #755CFB
Complementary color
Monochromatic Colors of #755CFB
Black with #755CFB
Text Example
Text Example
White with #755CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CFB; }
p { color: rgb(117,92,251); }
H1.HeaderClassName
{
color: #755CFB;
}
.AnyTagClassName
{
color: #755CFB;
}
</style>
background-color css
<style>
a { background-color: #755CFB; }
a { background-color: rgb(117,92,251); }
div.DivClassName
{
background-color: #755CFB;
}
.BgClassName
{
background-color: #755CFB;
}
</style>
border-color css
<style>
span { border-color: #755CFB; }
span { border-color: rgb(117,92,251); }
td.TdClassName
{
border-color: #755CFB;
}
.TagClassName
{
border-color: #755CFB;
}
</style>