Shades of Slate Blue #734EDE
Tints of Slate Blue #734EDE
RGB
CMYK
RGB Variations
Color information
#734EDE (or 0x734EDE) is known color: Slate Blue. HEX triplet: 73, 4E and DE. RGB value is (115,78,222). Sum of RGB (Red+Green+Blue) = 115+78+222=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #734EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734EDE is #8CB121. Grayscale: #686868. Windows color (decimal): -9220386 or 14569075. OLE color: 14569075.
HSL color Cylindrical-coordinate representation of color #734EDE: hue angle of 255.42º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #734EDE is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 78 | 222 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.13 |
| HSL | 255.42º | 0.69% | 0.59% | - |
| HSV(B) | 255.42º | 0.65% | 0.87% | - |
| XYZ | 22.98 | 14.37 | 70.67 | - |
| YUV | 105.48 | 193.76 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 222 | 0.48 | 0.65 | 0 | 0.13 | 255.42 | 0.69 | 0.59 |
| Hex | 73 | 4E | DE | 30 | 41 | 0 | D | FF | 45 | 3B |
| Octal | 163 | 116 | 336 | 60 | 101 | 0 | 15 | 377 | 105 | 73 |
| Binary | 1110011 | 1001110 | 11011110 | 110000 | 1000001 | 0 | 1101 | 11111111 | 1000101 | 111011 |
Color Harmonies of #734EDE
Complementary color
Monochromatic Colors of #734EDE
Black with #734EDE
Text Example
Text Example
White with #734EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734EDE; }
p { color: rgb(115,78,222); }
H1.HeaderClassName
{
color: #734EDE;
}
.AnyTagClassName
{
color: #734EDE;
}
</style>
background-color css
<style>
a { background-color: #734EDE; }
a { background-color: rgb(115,78,222); }
div.DivClassName
{
background-color: #734EDE;
}
.BgClassName
{
background-color: #734EDE;
}
</style>
border-color css
<style>
span { border-color: #734EDE; }
span { border-color: rgb(115,78,222); }
td.TdClassName
{
border-color: #734EDE;
}
.TagClassName
{
border-color: #734EDE;
}
</style>