Shades of Slate Blue #784DCE
Tints of Slate Blue #784DCE
RGB
CMYK
RGB Variations
Color information
#784DCE (or 0x784DCE) is known color: Slate Blue. HEX triplet: 78, 4D and CE. RGB value is (120,77,206). Sum of RGB (Red+Green+Blue) = 120+77+206=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #784DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DCE is #87B231. Grayscale: #686868. Windows color (decimal): -8892978 or 13520248. OLE color: 13520248.
HSL color Cylindrical-coordinate representation of color #784DCE: hue angle of 260º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #784DCE is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 77 | 206 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.19 |
| HSL | 260º | 0.57% | 0.55% | - |
| HSV(B) | 260º | 0.63% | 0.81% | - |
| XYZ | 21.54 | 13.76 | 59.91 | - |
| YUV | 104.56 | 185.25 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 206 | 0.42 | 0.63 | 0 | 0.19 | 260 | 0.57 | 0.55 |
| Hex | 78 | 4D | CE | 2A | 3F | 0 | 13 | 104 | 39 | 37 |
| Octal | 170 | 115 | 316 | 52 | 77 | 0 | 23 | 404 | 71 | 67 |
| Binary | 1111000 | 1001101 | 11001110 | 101010 | 111111 | 0 | 10011 | 100000100 | 111001 | 110111 |
Color Harmonies of #784DCE
Complementary color
Monochromatic Colors of #784DCE
Black with #784DCE
Text Example
Text Example
White with #784DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DCE; }
p { color: rgb(120,77,206); }
H1.HeaderClassName
{
color: #784DCE;
}
.AnyTagClassName
{
color: #784DCE;
}
</style>
background-color css
<style>
a { background-color: #784DCE; }
a { background-color: rgb(120,77,206); }
div.DivClassName
{
background-color: #784DCE;
}
.BgClassName
{
background-color: #784DCE;
}
</style>
border-color css
<style>
span { border-color: #784DCE; }
span { border-color: rgb(120,77,206); }
td.TdClassName
{
border-color: #784DCE;
}
.TagClassName
{
border-color: #784DCE;
}
</style>