Shades of Slate Blue #784DD4
Tints of Slate Blue #784DD4
RGB
CMYK
RGB Variations
Color information
#784DD4 (or 0x784DD4) is known color: Slate Blue. HEX triplet: 78, 4D and D4. RGB value is (120,77,212). Sum of RGB (Red+Green+Blue) = 120+77+212=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 212 (83.20% from 255 or 51.83% from 409); Max value from RGB is 212 - color contains mainly: blue. Hex color #784DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DD4 is #87B22B. Grayscale: #686868. Windows color (decimal): -8892972 or 13913464. OLE color: 13913464.
HSL color Cylindrical-coordinate representation of color #784DD4: hue angle of 259.11º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #784DD4 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 77 | 212 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.17 |
| HSL | 259.11º | 0.61% | 0.57% | - |
| HSV(B) | 259.11º | 0.64% | 0.83% | - |
| XYZ | 22.28 | 14.05 | 63.83 | - |
| YUV | 105.25 | 188.25 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 212 | 0.43 | 0.64 | 0 | 0.17 | 259.11 | 0.61 | 0.57 |
| Hex | 78 | 4D | D4 | 2B | 40 | 0 | 11 | 103 | 3D | 39 |
| Octal | 170 | 115 | 324 | 53 | 100 | 0 | 21 | 403 | 75 | 71 |
| Binary | 1111000 | 1001101 | 11010100 | 101011 | 1000000 | 0 | 10001 | 100000011 | 111101 | 111001 |
Color Harmonies of #784DD4
Complementary color
Monochromatic Colors of #784DD4
Black with #784DD4
Text Example
Text Example
White with #784DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DD4; }
p { color: rgb(120,77,212); }
H1.HeaderClassName
{
color: #784DD4;
}
.AnyTagClassName
{
color: #784DD4;
}
</style>
background-color css
<style>
a { background-color: #784DD4; }
a { background-color: rgb(120,77,212); }
div.DivClassName
{
background-color: #784DD4;
}
.BgClassName
{
background-color: #784DD4;
}
</style>
border-color css
<style>
span { border-color: #784DD4; }
span { border-color: rgb(120,77,212); }
td.TdClassName
{
border-color: #784DD4;
}
.TagClassName
{
border-color: #784DD4;
}
</style>