Shades of Slate Blue #734EDC
Tints of Slate Blue #734EDC
RGB
CMYK
RGB Variations
Color information
#734EDC (or 0x734EDC) is known color: Slate Blue. HEX triplet: 73, 4E and DC. RGB value is (115,78,220). Sum of RGB (Red+Green+Blue) = 115+78+220=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #734EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734EDC is #8CB123. Grayscale: #686868. Windows color (decimal): -9220388 or 14438003. OLE color: 14438003.
HSL color Cylindrical-coordinate representation of color #734EDC: hue angle of 255.63º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #734EDC is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 78 | 220 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.14 |
| HSL | 255.63º | 0.67% | 0.58% | - |
| HSV(B) | 255.63º | 0.65% | 0.86% | - |
| XYZ | 22.71 | 14.26 | 69.27 | - |
| YUV | 105.25 | 192.76 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 220 | 0.48 | 0.65 | 0 | 0.14 | 255.63 | 0.67 | 0.58 |
| Hex | 73 | 4E | DC | 30 | 41 | 0 | E | 100 | 43 | 3A |
| Octal | 163 | 116 | 334 | 60 | 101 | 0 | 16 | 400 | 103 | 72 |
| Binary | 1110011 | 1001110 | 11011100 | 110000 | 1000001 | 0 | 1110 | 100000000 | 1000011 | 111010 |
Color Harmonies of #734EDC
Complementary color
Monochromatic Colors of #734EDC
Black with #734EDC
Text Example
Text Example
White with #734EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734EDC; }
p { color: rgb(115,78,220); }
H1.HeaderClassName
{
color: #734EDC;
}
.AnyTagClassName
{
color: #734EDC;
}
</style>
background-color css
<style>
a { background-color: #734EDC; }
a { background-color: rgb(115,78,220); }
div.DivClassName
{
background-color: #734EDC;
}
.BgClassName
{
background-color: #734EDC;
}
</style>
border-color css
<style>
span { border-color: #734EDC; }
span { border-color: rgb(115,78,220); }
td.TdClassName
{
border-color: #734EDC;
}
.TagClassName
{
border-color: #734EDC;
}
</style>