Shades of Slate Blue #746ACF
Tints of Slate Blue #746ACF
RGB
CMYK
RGB Variations
Color information
#746ACF (or 0x746ACF) is known color: Slate Blue. HEX triplet: 74, 6A and CF. RGB value is (116,106,207). Sum of RGB (Red+Green+Blue) = 116+106+207=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #746ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ACF is #8B9530. Grayscale: #787878. Windows color (decimal): -9147697 or 13593204. OLE color: 13593204.
HSL color Cylindrical-coordinate representation of color #746ACF: hue angle of 245.94º 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 #746ACF is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 106 | 207 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.19 |
| HSL | 245.94º | 0.51% | 0.61% | - |
| HSV(B) | 245.94º | 0.49% | 0.81% | - |
| XYZ | 23.62 | 18.53 | 61.36 | - |
| YUV | 120.5 | 176.81 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 207 | 0.44 | 0.49 | 0 | 0.19 | 245.94 | 0.51 | 0.61 |
| Hex | 74 | 6A | CF | 2C | 31 | 0 | 13 | F6 | 33 | 3D |
| Octal | 164 | 152 | 317 | 54 | 61 | 0 | 23 | 366 | 63 | 75 |
| Binary | 1110100 | 1101010 | 11001111 | 101100 | 110001 | 0 | 10011 | 11110110 | 110011 | 111101 |
Color Harmonies of #746ACF
Complementary color
Monochromatic Colors of #746ACF
Black with #746ACF
Text Example
Text Example
White with #746ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746ACF; }
p { color: rgb(116,106,207); }
H1.HeaderClassName
{
color: #746ACF;
}
.AnyTagClassName
{
color: #746ACF;
}
</style>
background-color css
<style>
a { background-color: #746ACF; }
a { background-color: rgb(116,106,207); }
div.DivClassName
{
background-color: #746ACF;
}
.BgClassName
{
background-color: #746ACF;
}
</style>
border-color css
<style>
span { border-color: #746ACF; }
span { border-color: rgb(116,106,207); }
td.TdClassName
{
border-color: #746ACF;
}
.TagClassName
{
border-color: #746ACF;
}
</style>