Shades of Slate Blue #735AC9
Tints of Slate Blue #735AC9
RGB
CMYK
RGB Variations
Color information
#735AC9 (or 0x735AC9) is known color: Slate Blue. HEX triplet: 73, 5A and C9. RGB value is (115,90,201). Sum of RGB (Red+Green+Blue) = 115+90+201=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #735AC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735AC9 is #8CA536. Grayscale: #6D6D6D. Windows color (decimal): -9217335 or 13195891. OLE color: 13195891.
HSL color Cylindrical-coordinate representation of color #735AC9: hue angle of 253.51º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #735AC9 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 90 | 201 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.21 |
| HSL | 253.51º | 0.51% | 0.57% | - |
| HSV(B) | 253.51º | 0.55% | 0.79% | - |
| XYZ | 21.27 | 15.17 | 57.07 | - |
| YUV | 110.13 | 179.28 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 201 | 0.43 | 0.55 | 0 | 0.21 | 253.51 | 0.51 | 0.57 |
| Hex | 73 | 5A | C9 | 2B | 37 | 0 | 15 | FE | 33 | 39 |
| Octal | 163 | 132 | 311 | 53 | 67 | 0 | 25 | 376 | 63 | 71 |
| Binary | 1110011 | 1011010 | 11001001 | 101011 | 110111 | 0 | 10101 | 11111110 | 110011 | 111001 |
Color Harmonies of #735AC9
Complementary color
Monochromatic Colors of #735AC9
Black with #735AC9
Text Example
Text Example
White with #735AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735AC9; }
p { color: rgb(115,90,201); }
H1.HeaderClassName
{
color: #735AC9;
}
.AnyTagClassName
{
color: #735AC9;
}
</style>
background-color css
<style>
a { background-color: #735AC9; }
a { background-color: rgb(115,90,201); }
div.DivClassName
{
background-color: #735AC9;
}
.BgClassName
{
background-color: #735AC9;
}
</style>
border-color css
<style>
span { border-color: #735AC9; }
span { border-color: rgb(115,90,201); }
td.TdClassName
{
border-color: #735AC9;
}
.TagClassName
{
border-color: #735AC9;
}
</style>