Shades of Slate Blue #734FC6
Tints of Slate Blue #734FC6
RGB
CMYK
RGB Variations
Color information
#734FC6 (or 0x734FC6) is known color: Slate Blue. HEX triplet: 73, 4F and C6. RGB value is (115,79,198). Sum of RGB (Red+Green+Blue) = 115+79+198=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #734FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734FC6 is #8CB039. Grayscale: #666666. Windows color (decimal): -9220154 or 12996467. OLE color: 12996467.
HSL color Cylindrical-coordinate representation of color #734FC6: hue angle of 258.15º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #734FC6 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 79 | 198 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.22 |
| HSL | 258.15º | 0.51% | 0.54% | - |
| HSV(B) | 258.15º | 0.6% | 0.78% | - |
| XYZ | 20.06 | 13.31 | 54.94 | - |
| YUV | 103.33 | 181.43 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 198 | 0.42 | 0.60 | 0 | 0.22 | 258.15 | 0.51 | 0.54 |
| Hex | 73 | 4F | C6 | 2A | 3C | 0 | 16 | 102 | 33 | 36 |
| Octal | 163 | 117 | 306 | 52 | 74 | 0 | 26 | 402 | 63 | 66 |
| Binary | 1110011 | 1001111 | 11000110 | 101010 | 111100 | 0 | 10110 | 100000010 | 110011 | 110110 |
Color Harmonies of #734FC6
Complementary color
Monochromatic Colors of #734FC6
Black with #734FC6
Text Example
Text Example
White with #734FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734FC6; }
p { color: rgb(115,79,198); }
H1.HeaderClassName
{
color: #734FC6;
}
.AnyTagClassName
{
color: #734FC6;
}
</style>
background-color css
<style>
a { background-color: #734FC6; }
a { background-color: rgb(115,79,198); }
div.DivClassName
{
background-color: #734FC6;
}
.BgClassName
{
background-color: #734FC6;
}
</style>
border-color css
<style>
span { border-color: #734FC6; }
span { border-color: rgb(115,79,198); }
td.TdClassName
{
border-color: #734FC6;
}
.TagClassName
{
border-color: #734FC6;
}
</style>