Shades of Slate Blue #746CD4
Tints of Slate Blue #746CD4
RGB
CMYK
RGB Variations
Color information
#746CD4 (or 0x746CD4) is known color: Slate Blue. HEX triplet: 74, 6C and D4. RGB value is (116,108,212). Sum of RGB (Red+Green+Blue) = 116+108+212=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #746CD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CD4 is #8B932B. Grayscale: #797979. Windows color (decimal): -9147180 or 13921396. OLE color: 13921396.
HSL color Cylindrical-coordinate representation of color #746CD4: hue angle of 244.62º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #746CD4 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 108 | 212 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.17 |
| HSL | 244.62º | 0.55% | 0.63% | - |
| HSV(B) | 244.62º | 0.49% | 0.83% | - |
| XYZ | 24.45 | 19.19 | 64.7 | - |
| YUV | 122.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 212 | 0.45 | 0.49 | 0 | 0.17 | 244.62 | 0.55 | 0.63 |
| Hex | 74 | 6C | D4 | 2D | 31 | 0 | 11 | F5 | 37 | 3F |
| Octal | 164 | 154 | 324 | 55 | 61 | 0 | 21 | 365 | 67 | 77 |
| Binary | 1110100 | 1101100 | 11010100 | 101101 | 110001 | 0 | 10001 | 11110101 | 110111 | 111111 |
Color Harmonies of #746CD4
Complementary color
Monochromatic Colors of #746CD4
Black with #746CD4
Text Example
Text Example
White with #746CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746CD4; }
p { color: rgb(116,108,212); }
H1.HeaderClassName
{
color: #746CD4;
}
.AnyTagClassName
{
color: #746CD4;
}
</style>
background-color css
<style>
a { background-color: #746CD4; }
a { background-color: rgb(116,108,212); }
div.DivClassName
{
background-color: #746CD4;
}
.BgClassName
{
background-color: #746CD4;
}
</style>
border-color css
<style>
span { border-color: #746CD4; }
span { border-color: rgb(116,108,212); }
td.TdClassName
{
border-color: #746CD4;
}
.TagClassName
{
border-color: #746CD4;
}
</style>