Shades of Slate Blue #746AD4
Tints of Slate Blue #746AD4
RGB
CMYK
RGB Variations
Color information
#746AD4 (or 0x746AD4) is known color: Slate Blue. HEX triplet: 74, 6A and D4. RGB value is (116,106,212). Sum of RGB (Red+Green+Blue) = 116+106+212=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 212 - color contains mainly: blue. Hex color #746AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746AD4 is #8B952B. Grayscale: #787878. Windows color (decimal): -9147692 or 13920884. OLE color: 13920884.
HSL color Cylindrical-coordinate representation of color #746AD4: hue angle of 245.66º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #746AD4 is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 106 | 212 | - |
| CMYK | 0.45 | 0.5 | 0 | 0.17 |
| HSL | 245.66º | 0.55% | 0.62% | - |
| HSV(B) | 245.66º | 0.5% | 0.83% | - |
| XYZ | 24.24 | 18.77 | 64.63 | - |
| YUV | 121.07 | 179.31 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 212 | 0.45 | 0.5 | 0 | 0.17 | 245.66 | 0.55 | 0.62 |
| Hex | 74 | 6A | D4 | 2D | 32 | 0 | 11 | F6 | 37 | 3E |
| Octal | 164 | 152 | 324 | 55 | 62 | 0 | 21 | 366 | 67 | 76 |
| Binary | 1110100 | 1101010 | 11010100 | 101101 | 110010 | 0 | 10001 | 11110110 | 110111 | 111110 |
Color Harmonies of #746AD4
Complementary color
Monochromatic Colors of #746AD4
Black with #746AD4
Text Example
Text Example
White with #746AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746AD4; }
p { color: rgb(116,106,212); }
H1.HeaderClassName
{
color: #746AD4;
}
.AnyTagClassName
{
color: #746AD4;
}
</style>
background-color css
<style>
a { background-color: #746AD4; }
a { background-color: rgb(116,106,212); }
div.DivClassName
{
background-color: #746AD4;
}
.BgClassName
{
background-color: #746AD4;
}
</style>
border-color css
<style>
span { border-color: #746AD4; }
span { border-color: rgb(116,106,212); }
td.TdClassName
{
border-color: #746AD4;
}
.TagClassName
{
border-color: #746AD4;
}
</style>