Shades of Slate Blue #746BCF
Tints of Slate Blue #746BCF
RGB
CMYK
RGB Variations
Color information
#746BCF (or 0x746BCF) is known color: Slate Blue. HEX triplet: 74, 6B and CF. RGB value is (116,107,207). Sum of RGB (Red+Green+Blue) = 116+107+207=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #746BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746BCF is #8B9430. Grayscale: #787878. Windows color (decimal): -9147441 or 13593460. OLE color: 13593460.
HSL color Cylindrical-coordinate representation of color #746BCF: hue angle of 245.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #746BCF is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 107 | 207 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.19 |
| HSL | 245.4º | 0.51% | 0.62% | - |
| HSV(B) | 245.4º | 0.48% | 0.81% | - |
| XYZ | 23.72 | 18.73 | 61.4 | - |
| YUV | 121.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 207 | 0.44 | 0.48 | 0 | 0.19 | 245.4 | 0.51 | 0.62 |
| Hex | 74 | 6B | CF | 2C | 30 | 0 | 13 | F5 | 33 | 3E |
| Octal | 164 | 153 | 317 | 54 | 60 | 0 | 23 | 365 | 63 | 76 |
| Binary | 1110100 | 1101011 | 11001111 | 101100 | 110000 | 0 | 10011 | 11110101 | 110011 | 111110 |
Color Harmonies of #746BCF
Complementary color
Monochromatic Colors of #746BCF
Black with #746BCF
Text Example
Text Example
White with #746BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746BCF; }
p { color: rgb(116,107,207); }
H1.HeaderClassName
{
color: #746BCF;
}
.AnyTagClassName
{
color: #746BCF;
}
</style>
background-color css
<style>
a { background-color: #746BCF; }
a { background-color: rgb(116,107,207); }
div.DivClassName
{
background-color: #746BCF;
}
.BgClassName
{
background-color: #746BCF;
}
</style>
border-color css
<style>
span { border-color: #746BCF; }
span { border-color: rgb(116,107,207); }
td.TdClassName
{
border-color: #746BCF;
}
.TagClassName
{
border-color: #746BCF;
}
</style>