Shades of Slate Blue #734EC3
Tints of Slate Blue #734EC3
RGB
CMYK
RGB Variations
Color information
#734EC3 (or 0x734EC3) is known color: Slate Blue. HEX triplet: 73, 4E and C3. RGB value is (115,78,195). Sum of RGB (Red+Green+Blue) = 115+78+195=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #734EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734EC3 is #8CB13C. Grayscale: #656565. Windows color (decimal): -9220413 or 12799603. OLE color: 12799603.
HSL color Cylindrical-coordinate representation of color #734EC3: hue angle of 258.97º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #734EC3 is Cyan = 0.41, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 78 | 195 | - |
| CMYK | 0.41 | 0.6 | 0 | 0.24 |
| HSL | 258.97º | 0.49% | 0.54% | - |
| HSV(B) | 258.97º | 0.6% | 0.76% | - |
| XYZ | 19.64 | 13.03 | 53.11 | - |
| YUV | 102.4 | 180.26 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 195 | 0.41 | 0.6 | 0 | 0.24 | 258.97 | 0.49 | 0.54 |
| Hex | 73 | 4E | C3 | 29 | 3C | 0 | 18 | 103 | 31 | 36 |
| Octal | 163 | 116 | 303 | 51 | 74 | 0 | 30 | 403 | 61 | 66 |
| Binary | 1110011 | 1001110 | 11000011 | 101001 | 111100 | 0 | 11000 | 100000011 | 110001 | 110110 |
Color Harmonies of #734EC3
Complementary color
Monochromatic Colors of #734EC3
Black with #734EC3
Text Example
Text Example
White with #734EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734EC3; }
p { color: rgb(115,78,195); }
H1.HeaderClassName
{
color: #734EC3;
}
.AnyTagClassName
{
color: #734EC3;
}
</style>
background-color css
<style>
a { background-color: #734EC3; }
a { background-color: rgb(115,78,195); }
div.DivClassName
{
background-color: #734EC3;
}
.BgClassName
{
background-color: #734EC3;
}
</style>
border-color css
<style>
span { border-color: #734EC3; }
span { border-color: rgb(115,78,195); }
td.TdClassName
{
border-color: #734EC3;
}
.TagClassName
{
border-color: #734EC3;
}
</style>