Shades of Slate Blue #735ECE
Tints of Slate Blue #735ECE
RGB
CMYK
RGB Variations
Color information
#735ECE (or 0x735ECE) is known color: Slate Blue. HEX triplet: 73, 5E and CE. RGB value is (115,94,206). Sum of RGB (Red+Green+Blue) = 115+94+206=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #735ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ECE is #8CA131. Grayscale: #707070. Windows color (decimal): -9216306 or 13524595. OLE color: 13524595.
HSL color Cylindrical-coordinate representation of color #735ECE: hue angle of 251.25º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #735ECE is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 94 | 206 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.19 |
| HSL | 251.25º | 0.53% | 0.59% | - |
| HSV(B) | 251.25º | 0.54% | 0.81% | - |
| XYZ | 22.21 | 16.11 | 60.33 | - |
| YUV | 113.05 | 180.46 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 206 | 0.44 | 0.54 | 0 | 0.19 | 251.25 | 0.53 | 0.59 |
| Hex | 73 | 5E | CE | 2C | 36 | 0 | 13 | FB | 35 | 3B |
| Octal | 163 | 136 | 316 | 54 | 66 | 0 | 23 | 373 | 65 | 73 |
| Binary | 1110011 | 1011110 | 11001110 | 101100 | 110110 | 0 | 10011 | 11111011 | 110101 | 111011 |
Color Harmonies of #735ECE
Complementary color
Monochromatic Colors of #735ECE
Black with #735ECE
Text Example
Text Example
White with #735ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735ECE; }
p { color: rgb(115,94,206); }
H1.HeaderClassName
{
color: #735ECE;
}
.AnyTagClassName
{
color: #735ECE;
}
</style>
background-color css
<style>
a { background-color: #735ECE; }
a { background-color: rgb(115,94,206); }
div.DivClassName
{
background-color: #735ECE;
}
.BgClassName
{
background-color: #735ECE;
}
</style>
border-color css
<style>
span { border-color: #735ECE; }
span { border-color: rgb(115,94,206); }
td.TdClassName
{
border-color: #735ECE;
}
.TagClassName
{
border-color: #735ECE;
}
</style>