Shades of Slate Blue #735EC0
Tints of Slate Blue #735EC0
RGB
CMYK
RGB Variations
Color information
#735EC0 (or 0x735EC0) is known color: Slate Blue. HEX triplet: 73, 5E and C0. RGB value is (115,94,192). Sum of RGB (Red+Green+Blue) = 115+94+192=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #735EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735EC0 is #8CA13F. Grayscale: #6F6F6F. Windows color (decimal): -9216320 or 12607091. OLE color: 12607091.
HSL color Cylindrical-coordinate representation of color #735EC0: hue angle of 252.86º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #735EC0 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 94 | 192 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.25 |
| HSL | 252.86º | 0.44% | 0.56% | - |
| HSV(B) | 252.86º | 0.51% | 0.75% | - |
| XYZ | 20.59 | 15.46 | 51.77 | - |
| YUV | 111.45 | 173.46 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 192 | 0.40 | 0.51 | 0 | 0.25 | 252.86 | 0.44 | 0.56 |
| Hex | 73 | 5E | C0 | 28 | 33 | 0 | 19 | FD | 2C | 38 |
| Octal | 163 | 136 | 300 | 50 | 63 | 0 | 31 | 375 | 54 | 70 |
| Binary | 1110011 | 1011110 | 11000000 | 101000 | 110011 | 0 | 11001 | 11111101 | 101100 | 111000 |
Color Harmonies of #735EC0
Complementary color
Monochromatic Colors of #735EC0
Black with #735EC0
Text Example
Text Example
White with #735EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735EC0; }
p { color: rgb(115,94,192); }
H1.HeaderClassName
{
color: #735EC0;
}
.AnyTagClassName
{
color: #735EC0;
}
</style>
background-color css
<style>
a { background-color: #735EC0; }
a { background-color: rgb(115,94,192); }
div.DivClassName
{
background-color: #735EC0;
}
.BgClassName
{
background-color: #735EC0;
}
</style>
border-color css
<style>
span { border-color: #735EC0; }
span { border-color: rgb(115,94,192); }
td.TdClassName
{
border-color: #735EC0;
}
.TagClassName
{
border-color: #735EC0;
}
</style>