Shades of Medium Slate Blue #735CF2
Tints of Medium Slate Blue #735CF2
RGB
CMYK
RGB Variations
Color information
#735CF2 (or 0x735CF2) is known color: Medium Slate Blue. HEX triplet: 73, 5C and F2. RGB value is (115,92,242). Sum of RGB (Red+Green+Blue) = 115+92+242=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #735CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735CF2 is #8CA30D. Grayscale: #737373. Windows color (decimal): -9216782 or 15883379. OLE color: 15883379.
HSL color Cylindrical-coordinate representation of color #735CF2: hue angle of 249.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #735CF2 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 92 | 242 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.05 |
| HSL | 249.2º | 0.85% | 0.65% | - |
| HSV(B) | 249.2º | 0.62% | 0.95% | - |
| XYZ | 26.92 | 17.71 | 86 | - |
| YUV | 115.98 | 199.12 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 242 | 0.52 | 0.62 | 0 | 0.05 | 249.2 | 0.85 | 0.65 |
| Hex | 73 | 5C | F2 | 34 | 3E | 0 | 5 | F9 | 55 | 41 |
| Octal | 163 | 134 | 362 | 64 | 76 | 0 | 5 | 371 | 125 | 101 |
| Binary | 1110011 | 1011100 | 11110010 | 110100 | 111110 | 0 | 101 | 11111001 | 1010101 | 1000001 |
Color Harmonies of #735CF2
Complementary color
Monochromatic Colors of #735CF2
Black with #735CF2
Text Example
Text Example
White with #735CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735CF2; }
p { color: rgb(115,92,242); }
H1.HeaderClassName
{
color: #735CF2;
}
.AnyTagClassName
{
color: #735CF2;
}
</style>
background-color css
<style>
a { background-color: #735CF2; }
a { background-color: rgb(115,92,242); }
div.DivClassName
{
background-color: #735CF2;
}
.BgClassName
{
background-color: #735CF2;
}
</style>
border-color css
<style>
span { border-color: #735CF2; }
span { border-color: rgb(115,92,242); }
td.TdClassName
{
border-color: #735CF2;
}
.TagClassName
{
border-color: #735CF2;
}
</style>