Shades of Slate Blue #735DCB
Tints of Slate Blue #735DCB
RGB
CMYK
RGB Variations
Color information
#735DCB (or 0x735DCB) is known color: Slate Blue. HEX triplet: 73, 5D and CB. RGB value is (115,93,203). Sum of RGB (Red+Green+Blue) = 115+93+203=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #735DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DCB is #8CA234. Grayscale: #6F6F6F. Windows color (decimal): -9216565 or 13327731. OLE color: 13327731.
HSL color Cylindrical-coordinate representation of color #735DCB: hue angle of 252º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #735DCB is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 93 | 203 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.20 |
| HSL | 252º | 0.51% | 0.58% | - |
| HSV(B) | 252º | 0.54% | 0.8% | - |
| XYZ | 21.76 | 15.79 | 58.4 | - |
| YUV | 112.12 | 179.29 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 203 | 0.43 | 0.54 | 0 | 0.20 | 252 | 0.51 | 0.58 |
| Hex | 73 | 5D | CB | 2B | 36 | 0 | 14 | FC | 33 | 3A |
| Octal | 163 | 135 | 313 | 53 | 66 | 0 | 24 | 374 | 63 | 72 |
| Binary | 1110011 | 1011101 | 11001011 | 101011 | 110110 | 0 | 10100 | 11111100 | 110011 | 111010 |
Color Harmonies of #735DCB
Complementary color
Monochromatic Colors of #735DCB
Black with #735DCB
Text Example
Text Example
White with #735DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735DCB; }
p { color: rgb(115,93,203); }
H1.HeaderClassName
{
color: #735DCB;
}
.AnyTagClassName
{
color: #735DCB;
}
</style>
background-color css
<style>
a { background-color: #735DCB; }
a { background-color: rgb(115,93,203); }
div.DivClassName
{
background-color: #735DCB;
}
.BgClassName
{
background-color: #735DCB;
}
</style>
border-color css
<style>
span { border-color: #735DCB; }
span { border-color: rgb(115,93,203); }
td.TdClassName
{
border-color: #735DCB;
}
.TagClassName
{
border-color: #735DCB;
}
</style>