Shades of Slate Blue #784DCF
Tints of Slate Blue #784DCF
RGB
CMYK
RGB Variations
Color information
#784DCF (or 0x784DCF) is known color: Slate Blue. HEX triplet: 78, 4D and CF. RGB value is (120,77,207). Sum of RGB (Red+Green+Blue) = 120+77+207=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #784DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DCF is #87B230. Grayscale: #686868. Windows color (decimal): -8892977 or 13585784. OLE color: 13585784.
HSL color Cylindrical-coordinate representation of color #784DCF: hue angle of 259.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #784DCF is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 77 | 207 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.19 |
| HSL | 259.85º | 0.58% | 0.56% | - |
| HSV(B) | 259.85º | 0.63% | 0.81% | - |
| XYZ | 21.66 | 13.81 | 60.55 | - |
| YUV | 104.68 | 185.75 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 207 | 0.42 | 0.63 | 0 | 0.19 | 259.85 | 0.58 | 0.56 |
| Hex | 78 | 4D | CF | 2A | 3F | 0 | 13 | 104 | 3A | 38 |
| Octal | 170 | 115 | 317 | 52 | 77 | 0 | 23 | 404 | 72 | 70 |
| Binary | 1111000 | 1001101 | 11001111 | 101010 | 111111 | 0 | 10011 | 100000100 | 111010 | 111000 |
Color Harmonies of #784DCF
Complementary color
Monochromatic Colors of #784DCF
Black with #784DCF
Text Example
Text Example
White with #784DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DCF; }
p { color: rgb(120,77,207); }
H1.HeaderClassName
{
color: #784DCF;
}
.AnyTagClassName
{
color: #784DCF;
}
</style>
background-color css
<style>
a { background-color: #784DCF; }
a { background-color: rgb(120,77,207); }
div.DivClassName
{
background-color: #784DCF;
}
.BgClassName
{
background-color: #784DCF;
}
</style>
border-color css
<style>
span { border-color: #784DCF; }
span { border-color: rgb(120,77,207); }
td.TdClassName
{
border-color: #784DCF;
}
.TagClassName
{
border-color: #784DCF;
}
</style>