Shades of Slate Blue #734ECE
Tints of Slate Blue #734ECE
RGB
CMYK
RGB Variations
Color information
#734ECE (or 0x734ECE) is known color: Slate Blue. HEX triplet: 73, 4E and CE. RGB value is (115,78,206). Sum of RGB (Red+Green+Blue) = 115+78+206=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #734ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734ECE is #8CB131. Grayscale: #676767. Windows color (decimal): -9220402 or 13520499. OLE color: 13520499.
HSL color Cylindrical-coordinate representation of color #734ECE: hue angle of 257.34º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #734ECE is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 78 | 206 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.19 |
| HSL | 257.34º | 0.57% | 0.56% | - |
| HSV(B) | 257.34º | 0.62% | 0.81% | - |
| XYZ | 20.94 | 13.55 | 59.9 | - |
| YUV | 103.66 | 185.76 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 206 | 0.44 | 0.62 | 0 | 0.19 | 257.34 | 0.57 | 0.56 |
| Hex | 73 | 4E | CE | 2C | 3E | 0 | 13 | 101 | 39 | 38 |
| Octal | 163 | 116 | 316 | 54 | 76 | 0 | 23 | 401 | 71 | 70 |
| Binary | 1110011 | 1001110 | 11001110 | 101100 | 111110 | 0 | 10011 | 100000001 | 111001 | 111000 |
Color Harmonies of #734ECE
Complementary color
Monochromatic Colors of #734ECE
Black with #734ECE
Text Example
Text Example
White with #734ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734ECE; }
p { color: rgb(115,78,206); }
H1.HeaderClassName
{
color: #734ECE;
}
.AnyTagClassName
{
color: #734ECE;
}
</style>
background-color css
<style>
a { background-color: #734ECE; }
a { background-color: rgb(115,78,206); }
div.DivClassName
{
background-color: #734ECE;
}
.BgClassName
{
background-color: #734ECE;
}
</style>
border-color css
<style>
span { border-color: #734ECE; }
span { border-color: rgb(115,78,206); }
td.TdClassName
{
border-color: #734ECE;
}
.TagClassName
{
border-color: #734ECE;
}
</style>