Shades of Slate Blue #746BCD
Tints of Slate Blue #746BCD
RGB
CMYK
RGB Variations
Color information
#746BCD (or 0x746BCD) is known color: Slate Blue. HEX triplet: 74, 6B and CD. RGB value is (116,107,205). Sum of RGB (Red+Green+Blue) = 116+107+205=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #746BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746BCD is #8B9432. Grayscale: #787878. Windows color (decimal): -9147443 or 13462388. OLE color: 13462388.
HSL color Cylindrical-coordinate representation of color #746BCD: hue angle of 245.51º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #746BCD is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 107 | 205 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.20 |
| HSL | 245.51º | 0.49% | 0.61% | - |
| HSV(B) | 245.51º | 0.48% | 0.8% | - |
| XYZ | 23.48 | 18.64 | 60.12 | - |
| YUV | 120.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 205 | 0.43 | 0.48 | 0 | 0.20 | 245.51 | 0.49 | 0.61 |
| Hex | 74 | 6B | CD | 2B | 30 | 0 | 14 | F6 | 31 | 3D |
| Octal | 164 | 153 | 315 | 53 | 60 | 0 | 24 | 366 | 61 | 75 |
| Binary | 1110100 | 1101011 | 11001101 | 101011 | 110000 | 0 | 10100 | 11110110 | 110001 | 111101 |
Color Harmonies of #746BCD
Complementary color
Monochromatic Colors of #746BCD
Black with #746BCD
Text Example
Text Example
White with #746BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746BCD; }
p { color: rgb(116,107,205); }
H1.HeaderClassName
{
color: #746BCD;
}
.AnyTagClassName
{
color: #746BCD;
}
</style>
background-color css
<style>
a { background-color: #746BCD; }
a { background-color: rgb(116,107,205); }
div.DivClassName
{
background-color: #746BCD;
}
.BgClassName
{
background-color: #746BCD;
}
</style>
border-color css
<style>
span { border-color: #746BCD; }
span { border-color: rgb(116,107,205); }
td.TdClassName
{
border-color: #746BCD;
}
.TagClassName
{
border-color: #746BCD;
}
</style>