Shades of Slate Blue #784FCD
Tints of Slate Blue #784FCD
RGB
CMYK
RGB Variations
Color information
#784FCD (or 0x784FCD) is known color: Slate Blue. HEX triplet: 78, 4F and CD. RGB value is (120,79,205). Sum of RGB (Red+Green+Blue) = 120+79+205=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #784FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FCD is #87B032. Grayscale: #696969. Windows color (decimal): -8892467 or 13455224. OLE color: 13455224.
HSL color Cylindrical-coordinate representation of color #784FCD: hue angle of 259.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #784FCD is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 79 | 205 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.20 |
| HSL | 259.52º | 0.56% | 0.56% | - |
| HSV(B) | 259.52º | 0.61% | 0.8% | - |
| XYZ | 21.56 | 13.99 | 59.32 | - |
| YUV | 105.62 | 184.08 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 205 | 0.41 | 0.61 | 0 | 0.20 | 259.52 | 0.56 | 0.56 |
| Hex | 78 | 4F | CD | 29 | 3D | 0 | 14 | 104 | 38 | 38 |
| Octal | 170 | 117 | 315 | 51 | 75 | 0 | 24 | 404 | 70 | 70 |
| Binary | 1111000 | 1001111 | 11001101 | 101001 | 111101 | 0 | 10100 | 100000100 | 111000 | 111000 |
Color Harmonies of #784FCD
Complementary color
Monochromatic Colors of #784FCD
Black with #784FCD
Text Example
Text Example
White with #784FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784FCD; }
p { color: rgb(120,79,205); }
H1.HeaderClassName
{
color: #784FCD;
}
.AnyTagClassName
{
color: #784FCD;
}
</style>
background-color css
<style>
a { background-color: #784FCD; }
a { background-color: rgb(120,79,205); }
div.DivClassName
{
background-color: #784FCD;
}
.BgClassName
{
background-color: #784FCD;
}
</style>
border-color css
<style>
span { border-color: #784FCD; }
span { border-color: rgb(120,79,205); }
td.TdClassName
{
border-color: #784FCD;
}
.TagClassName
{
border-color: #784FCD;
}
</style>