Shades of Slate Blue #735BCD
Tints of Slate Blue #735BCD
RGB
CMYK
RGB Variations
Color information
#735BCD (or 0x735BCD) is known color: Slate Blue. HEX triplet: 73, 5B and CD. RGB value is (115,91,205). Sum of RGB (Red+Green+Blue) = 115+91+205=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #735BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735BCD is #8CA432. Grayscale: #6E6E6E. Windows color (decimal): -9217075 or 13458291. OLE color: 13458291.
HSL color Cylindrical-coordinate representation of color #735BCD: hue angle of 252.63º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #735BCD is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 91 | 205 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.20 |
| HSL | 252.63º | 0.53% | 0.58% | - |
| HSV(B) | 252.63º | 0.56% | 0.8% | - |
| XYZ | 21.83 | 15.53 | 59.61 | - |
| YUV | 111.17 | 180.95 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 205 | 0.44 | 0.56 | 0 | 0.20 | 252.63 | 0.53 | 0.58 |
| Hex | 73 | 5B | CD | 2C | 38 | 0 | 14 | FD | 35 | 3A |
| Octal | 163 | 133 | 315 | 54 | 70 | 0 | 24 | 375 | 65 | 72 |
| Binary | 1110011 | 1011011 | 11001101 | 101100 | 111000 | 0 | 10100 | 11111101 | 110101 | 111010 |
Color Harmonies of #735BCD
Complementary color
Monochromatic Colors of #735BCD
Black with #735BCD
Text Example
Text Example
White with #735BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735BCD; }
p { color: rgb(115,91,205); }
H1.HeaderClassName
{
color: #735BCD;
}
.AnyTagClassName
{
color: #735BCD;
}
</style>
background-color css
<style>
a { background-color: #735BCD; }
a { background-color: rgb(115,91,205); }
div.DivClassName
{
background-color: #735BCD;
}
.BgClassName
{
background-color: #735BCD;
}
</style>
border-color css
<style>
span { border-color: #735BCD; }
span { border-color: rgb(115,91,205); }
td.TdClassName
{
border-color: #735BCD;
}
.TagClassName
{
border-color: #735BCD;
}
</style>