Shades of Medium Slate Blue #735CFB
Tints of Medium Slate Blue #735CFB
RGB
CMYK
RGB Variations
Color information
#735CFB (or 0x735CFB) is known color: Medium Slate Blue. HEX triplet: 73, 5C and FB. RGB value is (115,92,251). Sum of RGB (Red+Green+Blue) = 115+92+251=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #735CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735CFB is #8CA304. Grayscale: #747474. Windows color (decimal): -9216773 or 16473203. OLE color: 16473203.
HSL color Cylindrical-coordinate representation of color #735CFB: hue angle of 248.68º 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 #735CFB is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 92 | 251 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.02 |
| HSL | 248.68º | 0.95% | 0.67% | - |
| HSV(B) | 248.68º | 0.63% | 0.98% | - |
| XYZ | 28.31 | 18.26 | 93.3 | - |
| YUV | 117 | 203.62 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 251 | 0.54 | 0.63 | 0 | 0.02 | 248.68 | 0.95 | 0.67 |
| Hex | 73 | 5C | FB | 36 | 3F | 0 | 2 | F9 | 5F | 43 |
| Octal | 163 | 134 | 373 | 66 | 77 | 0 | 2 | 371 | 137 | 103 |
| Binary | 1110011 | 1011100 | 11111011 | 110110 | 111111 | 0 | 10 | 11111001 | 1011111 | 1000011 |
Color Harmonies of #735CFB
Complementary color
Monochromatic Colors of #735CFB
Black with #735CFB
Text Example
Text Example
White with #735CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735CFB; }
p { color: rgb(115,92,251); }
H1.HeaderClassName
{
color: #735CFB;
}
.AnyTagClassName
{
color: #735CFB;
}
</style>
background-color css
<style>
a { background-color: #735CFB; }
a { background-color: rgb(115,92,251); }
div.DivClassName
{
background-color: #735CFB;
}
.BgClassName
{
background-color: #735CFB;
}
</style>
border-color css
<style>
span { border-color: #735CFB; }
span { border-color: rgb(115,92,251); }
td.TdClassName
{
border-color: #735CFB;
}
.TagClassName
{
border-color: #735CFB;
}
</style>