Shades of Medium Slate Blue #735CF8
Tints of Medium Slate Blue #735CF8
RGB
CMYK
RGB Variations
Color information
#735CF8 (or 0x735CF8) is known color: Medium Slate Blue. HEX triplet: 73, 5C and F8. RGB value is (115,92,248). Sum of RGB (Red+Green+Blue) = 115+92+248=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 248 (97.27% from 255 or 54.51% from 455); Max value from RGB is 248 - color contains mainly: blue. Hex color #735CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735CF8 is #8CA307. Grayscale: #747474. Windows color (decimal): -9216776 or 16276595. OLE color: 16276595.
HSL color Cylindrical-coordinate representation of color #735CF8: hue angle of 248.85º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #735CF8 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 92 | 248 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.03 |
| HSL | 248.85º | 0.92% | 0.67% | - |
| HSV(B) | 248.85º | 0.63% | 0.97% | - |
| XYZ | 27.84 | 18.08 | 90.83 | - |
| YUV | 116.66 | 202.12 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 248 | 0.54 | 0.63 | 0 | 0.03 | 248.85 | 0.92 | 0.67 |
| Hex | 73 | 5C | F8 | 36 | 3F | 0 | 3 | F9 | 5C | 43 |
| Octal | 163 | 134 | 370 | 66 | 77 | 0 | 3 | 371 | 134 | 103 |
| Binary | 1110011 | 1011100 | 11111000 | 110110 | 111111 | 0 | 11 | 11111001 | 1011100 | 1000011 |
Color Harmonies of #735CF8
Complementary color
Monochromatic Colors of #735CF8
Black with #735CF8
Text Example
Text Example
White with #735CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735CF8; }
p { color: rgb(115,92,248); }
H1.HeaderClassName
{
color: #735CF8;
}
.AnyTagClassName
{
color: #735CF8;
}
</style>
background-color css
<style>
a { background-color: #735CF8; }
a { background-color: rgb(115,92,248); }
div.DivClassName
{
background-color: #735CF8;
}
.BgClassName
{
background-color: #735CF8;
}
</style>
border-color css
<style>
span { border-color: #735CF8; }
span { border-color: rgb(115,92,248); }
td.TdClassName
{
border-color: #735CF8;
}
.TagClassName
{
border-color: #735CF8;
}
</style>