Shades of Medium Slate Blue #735CF9
Tints of Medium Slate Blue #735CF9
RGB
CMYK
RGB Variations
Color information
#735CF9 (or 0x735CF9) is known color: Medium Slate Blue. HEX triplet: 73, 5C and F9. RGB value is (115,92,249). Sum of RGB (Red+Green+Blue) = 115+92+249=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #735CF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735CF9 is #8CA306. Grayscale: #747474. Windows color (decimal): -9216775 or 16342131. OLE color: 16342131.
HSL color Cylindrical-coordinate representation of color #735CF9: hue angle of 248.79º degrees, saturation: 0.93, 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 #735CF9 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 92 | 249 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.02 |
| HSL | 248.79º | 0.93% | 0.67% | - |
| HSV(B) | 248.79º | 0.63% | 0.98% | - |
| XYZ | 28 | 18.14 | 91.65 | - |
| YUV | 116.78 | 202.62 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 249 | 0.54 | 0.63 | 0 | 0.02 | 248.79 | 0.93 | 0.67 |
| Hex | 73 | 5C | F9 | 36 | 3F | 0 | 2 | F9 | 5D | 43 |
| Octal | 163 | 134 | 371 | 66 | 77 | 0 | 2 | 371 | 135 | 103 |
| Binary | 1110011 | 1011100 | 11111001 | 110110 | 111111 | 0 | 10 | 11111001 | 1011101 | 1000011 |
Color Harmonies of #735CF9
Complementary color
Monochromatic Colors of #735CF9
Black with #735CF9
Text Example
Text Example
White with #735CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735CF9; }
p { color: rgb(115,92,249); }
H1.HeaderClassName
{
color: #735CF9;
}
.AnyTagClassName
{
color: #735CF9;
}
</style>
background-color css
<style>
a { background-color: #735CF9; }
a { background-color: rgb(115,92,249); }
div.DivClassName
{
background-color: #735CF9;
}
.BgClassName
{
background-color: #735CF9;
}
</style>
border-color css
<style>
span { border-color: #735CF9; }
span { border-color: rgb(115,92,249); }
td.TdClassName
{
border-color: #735CF9;
}
.TagClassName
{
border-color: #735CF9;
}
</style>