Shades of Slate Blue #784DDC
Tints of Slate Blue #784DDC
RGB
CMYK
RGB Variations
Color information
#784DDC (or 0x784DDC) is known color: Slate Blue. HEX triplet: 78, 4D and DC. RGB value is (120,77,220). Sum of RGB (Red+Green+Blue) = 120+77+220=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #784DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DDC is #87B223. Grayscale: #696969. Windows color (decimal): -8892964 or 14437752. OLE color: 14437752.
HSL color Cylindrical-coordinate representation of color #784DDC: hue angle of 258.04º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #784DDC is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 77 | 220 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.14 |
| HSL | 258.04º | 0.67% | 0.58% | - |
| HSV(B) | 258.04º | 0.65% | 0.86% | - |
| XYZ | 23.32 | 14.47 | 69.27 | - |
| YUV | 106.16 | 192.25 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 220 | 0.45 | 0.65 | 0 | 0.14 | 258.04 | 0.67 | 0.58 |
| Hex | 78 | 4D | DC | 2D | 41 | 0 | E | 102 | 43 | 3A |
| Octal | 170 | 115 | 334 | 55 | 101 | 0 | 16 | 402 | 103 | 72 |
| Binary | 1111000 | 1001101 | 11011100 | 101101 | 1000001 | 0 | 1110 | 100000010 | 1000011 | 111010 |
Color Harmonies of #784DDC
Complementary color
Monochromatic Colors of #784DDC
Black with #784DDC
Text Example
Text Example
White with #784DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DDC; }
p { color: rgb(120,77,220); }
H1.HeaderClassName
{
color: #784DDC;
}
.AnyTagClassName
{
color: #784DDC;
}
</style>
background-color css
<style>
a { background-color: #784DDC; }
a { background-color: rgb(120,77,220); }
div.DivClassName
{
background-color: #784DDC;
}
.BgClassName
{
background-color: #784DDC;
}
</style>
border-color css
<style>
span { border-color: #784DDC; }
span { border-color: rgb(120,77,220); }
td.TdClassName
{
border-color: #784DDC;
}
.TagClassName
{
border-color: #784DDC;
}
</style>