Shades of Slate Blue #784BDD
Tints of Slate Blue #784BDD
RGB
CMYK
RGB Variations
Color information
#784BDD (or 0x784BDD) is known color: Slate Blue. HEX triplet: 78, 4B and DD. RGB value is (120,75,221). Sum of RGB (Red+Green+Blue) = 120+75+221=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #784BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BDD is #87B422. Grayscale: #686868. Windows color (decimal): -8893475 or 14502776. OLE color: 14502776.
HSL color Cylindrical-coordinate representation of color #784BDD: hue angle of 258.49º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #784BDD is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 75 | 221 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.13 |
| HSL | 258.49º | 0.68% | 0.58% | - |
| HSV(B) | 258.49º | 0.66% | 0.87% | - |
| XYZ | 23.31 | 14.25 | 69.93 | - |
| YUV | 105.1 | 193.41 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 75 | 221 | 0.46 | 0.66 | 0 | 0.13 | 258.49 | 0.68 | 0.58 |
| Hex | 78 | 4B | DD | 2E | 42 | 0 | D | 102 | 44 | 3A |
| Octal | 170 | 113 | 335 | 56 | 102 | 0 | 15 | 402 | 104 | 72 |
| Binary | 1111000 | 1001011 | 11011101 | 101110 | 1000010 | 0 | 1101 | 100000010 | 1000100 | 111010 |
Color Harmonies of #784BDD
Complementary color
Monochromatic Colors of #784BDD
Black with #784BDD
Text Example
Text Example
White with #784BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784BDD; }
p { color: rgb(120,75,221); }
H1.HeaderClassName
{
color: #784BDD;
}
.AnyTagClassName
{
color: #784BDD;
}
</style>
background-color css
<style>
a { background-color: #784BDD; }
a { background-color: rgb(120,75,221); }
div.DivClassName
{
background-color: #784BDD;
}
.BgClassName
{
background-color: #784BDD;
}
</style>
border-color css
<style>
span { border-color: #784BDD; }
span { border-color: rgb(120,75,221); }
td.TdClassName
{
border-color: #784BDD;
}
.TagClassName
{
border-color: #784BDD;
}
</style>