Shades of Slate Blue #746ACE
Tints of Slate Blue #746ACE
RGB
CMYK
RGB Variations
Color information
#746ACE (or 0x746ACE) is known color: Slate Blue. HEX triplet: 74, 6A and CE. RGB value is (116,106,206). Sum of RGB (Red+Green+Blue) = 116+106+206=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #746ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ACE is #8B9531. Grayscale: #787878. Windows color (decimal): -9147698 or 13527668. OLE color: 13527668.
HSL color Cylindrical-coordinate representation of color #746ACE: hue angle of 246º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #746ACE is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 106 | 206 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.19 |
| HSL | 246º | 0.51% | 0.61% | - |
| HSV(B) | 246º | 0.49% | 0.81% | - |
| XYZ | 23.5 | 18.48 | 60.72 | - |
| YUV | 120.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 206 | 0.44 | 0.49 | 0 | 0.19 | 246 | 0.51 | 0.61 |
| Hex | 74 | 6A | CE | 2C | 31 | 0 | 13 | F6 | 33 | 3D |
| Octal | 164 | 152 | 316 | 54 | 61 | 0 | 23 | 366 | 63 | 75 |
| Binary | 1110100 | 1101010 | 11001110 | 101100 | 110001 | 0 | 10011 | 11110110 | 110011 | 111101 |
Color Harmonies of #746ACE
Complementary color
Monochromatic Colors of #746ACE
Black with #746ACE
Text Example
Text Example
White with #746ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746ACE; }
p { color: rgb(116,106,206); }
H1.HeaderClassName
{
color: #746ACE;
}
.AnyTagClassName
{
color: #746ACE;
}
</style>
background-color css
<style>
a { background-color: #746ACE; }
a { background-color: rgb(116,106,206); }
div.DivClassName
{
background-color: #746ACE;
}
.BgClassName
{
background-color: #746ACE;
}
</style>
border-color css
<style>
span { border-color: #746ACE; }
span { border-color: rgb(116,106,206); }
td.TdClassName
{
border-color: #746ACE;
}
.TagClassName
{
border-color: #746ACE;
}
</style>