Shades of Slate Blue #735DDA
Tints of Slate Blue #735DDA
RGB
CMYK
RGB Variations
Color information
#735DDA (or 0x735DDA) is known color: Slate Blue. HEX triplet: 73, 5D and DA. RGB value is (115,93,218). Sum of RGB (Red+Green+Blue) = 115+93+218=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #735DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DDA is #8CA225. Grayscale: #717171. Windows color (decimal): -9216550 or 14310771. OLE color: 14310771.
HSL color Cylindrical-coordinate representation of color #735DDA: hue angle of 250.56º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #735DDA is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 93 | 218 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.15 |
| HSL | 250.56º | 0.63% | 0.61% | - |
| HSV(B) | 250.56º | 0.57% | 0.85% | - |
| XYZ | 23.64 | 16.54 | 68.28 | - |
| YUV | 113.83 | 186.79 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 218 | 0.47 | 0.57 | 0 | 0.15 | 250.56 | 0.63 | 0.61 |
| Hex | 73 | 5D | DA | 2F | 39 | 0 | F | FB | 3F | 3D |
| Octal | 163 | 135 | 332 | 57 | 71 | 0 | 17 | 373 | 77 | 75 |
| Binary | 1110011 | 1011101 | 11011010 | 101111 | 111001 | 0 | 1111 | 11111011 | 111111 | 111101 |
Color Harmonies of #735DDA
Complementary color
Monochromatic Colors of #735DDA
Black with #735DDA
Text Example
Text Example
White with #735DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735DDA; }
p { color: rgb(115,93,218); }
H1.HeaderClassName
{
color: #735DDA;
}
.AnyTagClassName
{
color: #735DDA;
}
</style>
background-color css
<style>
a { background-color: #735DDA; }
a { background-color: rgb(115,93,218); }
div.DivClassName
{
background-color: #735DDA;
}
.BgClassName
{
background-color: #735DDA;
}
</style>
border-color css
<style>
span { border-color: #735DDA; }
span { border-color: rgb(115,93,218); }
td.TdClassName
{
border-color: #735DDA;
}
.TagClassName
{
border-color: #735DDA;
}
</style>