Shades of Slate Blue #784DC1
Tints of Slate Blue #784DC1
RGB
CMYK
RGB Variations
Color information
#784DC1 (or 0x784DC1) is known color: Slate Blue. HEX triplet: 78, 4D and C1. RGB value is (120,77,193). Sum of RGB (Red+Green+Blue) = 120+77+193=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #784DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DC1 is #87B23E. Grayscale: #666666. Windows color (decimal): -8892991 or 12668280. OLE color: 12668280.
HSL color Cylindrical-coordinate representation of color #784DC1: hue angle of 262.24º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #784DC1 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 77 | 193 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.24 |
| HSL | 262.24º | 0.48% | 0.53% | - |
| HSV(B) | 262.24º | 0.6% | 0.76% | - |
| XYZ | 20.03 | 13.15 | 51.94 | - |
| YUV | 103.08 | 178.75 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 193 | 0.38 | 0.60 | 0 | 0.24 | 262.24 | 0.48 | 0.53 |
| Hex | 78 | 4D | C1 | 26 | 3C | 0 | 18 | 106 | 30 | 35 |
| Octal | 170 | 115 | 301 | 46 | 74 | 0 | 30 | 406 | 60 | 65 |
| Binary | 1111000 | 1001101 | 11000001 | 100110 | 111100 | 0 | 11000 | 100000110 | 110000 | 110101 |
Color Harmonies of #784DC1
Complementary color
Monochromatic Colors of #784DC1
Black with #784DC1
Text Example
Text Example
White with #784DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DC1; }
p { color: rgb(120,77,193); }
H1.HeaderClassName
{
color: #784DC1;
}
.AnyTagClassName
{
color: #784DC1;
}
</style>
background-color css
<style>
a { background-color: #784DC1; }
a { background-color: rgb(120,77,193); }
div.DivClassName
{
background-color: #784DC1;
}
.BgClassName
{
background-color: #784DC1;
}
</style>
border-color css
<style>
span { border-color: #784DC1; }
span { border-color: rgb(120,77,193); }
td.TdClassName
{
border-color: #784DC1;
}
.TagClassName
{
border-color: #784DC1;
}
</style>