Shades of Medium Slate Blue #735CFC
Tints of Medium Slate Blue #735CFC
RGB
CMYK
RGB Variations
Color information
#735CFC (or 0x735CFC) is known color: Medium Slate Blue. HEX triplet: 73, 5C and FC. RGB value is (115,92,252). Sum of RGB (Red+Green+Blue) = 115+92+252=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #735CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735CFC is #8CA303. Grayscale: #747474. Windows color (decimal): -9216772 or 16538739. OLE color: 16538739.
HSL color Cylindrical-coordinate representation of color #735CFC: hue angle of 248.63º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #735CFC is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 92 | 252 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.01 |
| HSL | 248.63º | 0.96% | 0.67% | - |
| HSV(B) | 248.63º | 0.63% | 0.99% | - |
| XYZ | 28.47 | 18.33 | 94.13 | - |
| YUV | 117.12 | 204.12 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 252 | 0.54 | 0.63 | 0 | 0.01 | 248.63 | 0.96 | 0.67 |
| Hex | 73 | 5C | FC | 36 | 3F | 0 | 1 | F9 | 60 | 43 |
| Octal | 163 | 134 | 374 | 66 | 77 | 0 | 1 | 371 | 140 | 103 |
| Binary | 1110011 | 1011100 | 11111100 | 110110 | 111111 | 0 | 1 | 11111001 | 1100000 | 1000011 |
Color Harmonies of #735CFC
Complementary color
Monochromatic Colors of #735CFC
Black with #735CFC
Text Example
Text Example
White with #735CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735CFC; }
p { color: rgb(115,92,252); }
H1.HeaderClassName
{
color: #735CFC;
}
.AnyTagClassName
{
color: #735CFC;
}
</style>
background-color css
<style>
a { background-color: #735CFC; }
a { background-color: rgb(115,92,252); }
div.DivClassName
{
background-color: #735CFC;
}
.BgClassName
{
background-color: #735CFC;
}
</style>
border-color css
<style>
span { border-color: #735CFC; }
span { border-color: rgb(115,92,252); }
td.TdClassName
{
border-color: #735CFC;
}
.TagClassName
{
border-color: #735CFC;
}
</style>