Shades of Slate Blue #784ADD
Tints of Slate Blue #784ADD
RGB
CMYK
RGB Variations
Color information
#784ADD (or 0x784ADD) is known color: Slate Blue. HEX triplet: 78, 4A and DD. RGB value is (120,74,221). Sum of RGB (Red+Green+Blue) = 120+74+221=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #784ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ADD is #87B522. Grayscale: #676767. Windows color (decimal): -8893731 or 14502520. OLE color: 14502520.
HSL color Cylindrical-coordinate representation of color #784ADD: hue angle of 258.78º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #784ADD is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 74 | 221 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.13 |
| HSL | 258.78º | 0.68% | 0.58% | - |
| HSV(B) | 258.78º | 0.67% | 0.87% | - |
| XYZ | 23.25 | 14.11 | 69.91 | - |
| YUV | 104.51 | 193.74 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 221 | 0.46 | 0.67 | 0 | 0.13 | 258.78 | 0.68 | 0.58 |
| Hex | 78 | 4A | DD | 2E | 43 | 0 | D | 103 | 44 | 3A |
| Octal | 170 | 112 | 335 | 56 | 103 | 0 | 15 | 403 | 104 | 72 |
| Binary | 1111000 | 1001010 | 11011101 | 101110 | 1000011 | 0 | 1101 | 100000011 | 1000100 | 111010 |
Color Harmonies of #784ADD
Complementary color
Monochromatic Colors of #784ADD
Black with #784ADD
Text Example
Text Example
White with #784ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784ADD; }
p { color: rgb(120,74,221); }
H1.HeaderClassName
{
color: #784ADD;
}
.AnyTagClassName
{
color: #784ADD;
}
</style>
background-color css
<style>
a { background-color: #784ADD; }
a { background-color: rgb(120,74,221); }
div.DivClassName
{
background-color: #784ADD;
}
.BgClassName
{
background-color: #784ADD;
}
</style>
border-color css
<style>
span { border-color: #784ADD; }
span { border-color: rgb(120,74,221); }
td.TdClassName
{
border-color: #784ADD;
}
.TagClassName
{
border-color: #784ADD;
}
</style>