Shades of Slate Blue #735EC9
Tints of Slate Blue #735EC9
RGB
CMYK
RGB Variations
Color information
#735EC9 (or 0x735EC9) is known color: Slate Blue. HEX triplet: 73, 5E and C9. RGB value is (115,94,201). Sum of RGB (Red+Green+Blue) = 115+94+201=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #735EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735EC9 is #8CA136. Grayscale: #707070. Windows color (decimal): -9216311 or 13196915. OLE color: 13196915.
HSL color Cylindrical-coordinate representation of color #735EC9: hue angle of 251.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #735EC9 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 94 | 201 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.21 |
| HSL | 251.78º | 0.5% | 0.58% | - |
| HSV(B) | 251.78º | 0.53% | 0.79% | - |
| XYZ | 21.62 | 15.87 | 57.18 | - |
| YUV | 112.48 | 177.96 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 201 | 0.43 | 0.53 | 0 | 0.21 | 251.78 | 0.5 | 0.58 |
| Hex | 73 | 5E | C9 | 2B | 35 | 0 | 15 | FC | 32 | 3A |
| Octal | 163 | 136 | 311 | 53 | 65 | 0 | 25 | 374 | 62 | 72 |
| Binary | 1110011 | 1011110 | 11001001 | 101011 | 110101 | 0 | 10101 | 11111100 | 110010 | 111010 |
Color Harmonies of #735EC9
Complementary color
Monochromatic Colors of #735EC9
Black with #735EC9
Text Example
Text Example
White with #735EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735EC9; }
p { color: rgb(115,94,201); }
H1.HeaderClassName
{
color: #735EC9;
}
.AnyTagClassName
{
color: #735EC9;
}
</style>
background-color css
<style>
a { background-color: #735EC9; }
a { background-color: rgb(115,94,201); }
div.DivClassName
{
background-color: #735EC9;
}
.BgClassName
{
background-color: #735EC9;
}
</style>
border-color css
<style>
span { border-color: #735EC9; }
span { border-color: rgb(115,94,201); }
td.TdClassName
{
border-color: #735EC9;
}
.TagClassName
{
border-color: #735EC9;
}
</style>