Shades of Slate Blue #735EDD
Tints of Slate Blue #735EDD
RGB
CMYK
RGB Variations
Color information
#735EDD (or 0x735EDD) is known color: Slate Blue. HEX triplet: 73, 5E and DD. RGB value is (115,94,221). Sum of RGB (Red+Green+Blue) = 115+94+221=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #735EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735EDD is #8CA122. Grayscale: #727272. Windows color (decimal): -9216291 or 14507635. OLE color: 14507635.
HSL color Cylindrical-coordinate representation of color #735EDD: hue angle of 249.92º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #735EDD is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 94 | 221 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.13 |
| HSL | 249.92º | 0.65% | 0.62% | - |
| HSV(B) | 249.92º | 0.57% | 0.87% | - |
| XYZ | 24.12 | 16.87 | 70.39 | - |
| YUV | 114.76 | 187.96 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 221 | 0.48 | 0.57 | 0 | 0.13 | 249.92 | 0.65 | 0.62 |
| Hex | 73 | 5E | DD | 30 | 39 | 0 | D | FA | 41 | 3E |
| Octal | 163 | 136 | 335 | 60 | 71 | 0 | 15 | 372 | 101 | 76 |
| Binary | 1110011 | 1011110 | 11011101 | 110000 | 111001 | 0 | 1101 | 11111010 | 1000001 | 111110 |
Color Harmonies of #735EDD
Complementary color
Monochromatic Colors of #735EDD
Black with #735EDD
Text Example
Text Example
White with #735EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735EDD; }
p { color: rgb(115,94,221); }
H1.HeaderClassName
{
color: #735EDD;
}
.AnyTagClassName
{
color: #735EDD;
}
</style>
background-color css
<style>
a { background-color: #735EDD; }
a { background-color: rgb(115,94,221); }
div.DivClassName
{
background-color: #735EDD;
}
.BgClassName
{
background-color: #735EDD;
}
</style>
border-color css
<style>
span { border-color: #735EDD; }
span { border-color: rgb(115,94,221); }
td.TdClassName
{
border-color: #735EDD;
}
.TagClassName
{
border-color: #735EDD;
}
</style>