Shades of Slate Blue #784CCD
Tints of Slate Blue #784CCD
RGB
CMYK
RGB Variations
Color information
#784CCD (or 0x784CCD) is known color: Slate Blue. HEX triplet: 78, 4C and CD. RGB value is (120,76,205). Sum of RGB (Red+Green+Blue) = 120+76+205=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #784CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784CCD is #87B332. Grayscale: #676767. Windows color (decimal): -8893235 or 13454456. OLE color: 13454456.
HSL color Cylindrical-coordinate representation of color #784CCD: hue angle of 260.47º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #784CCD is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 76 | 205 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.20 |
| HSL | 260.47º | 0.56% | 0.55% | - |
| HSV(B) | 260.47º | 0.63% | 0.8% | - |
| XYZ | 21.35 | 13.57 | 59.25 | - |
| YUV | 103.86 | 185.08 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 205 | 0.41 | 0.63 | 0 | 0.20 | 260.47 | 0.56 | 0.55 |
| Hex | 78 | 4C | CD | 29 | 3F | 0 | 14 | 104 | 38 | 37 |
| Octal | 170 | 114 | 315 | 51 | 77 | 0 | 24 | 404 | 70 | 67 |
| Binary | 1111000 | 1001100 | 11001101 | 101001 | 111111 | 0 | 10100 | 100000100 | 111000 | 110111 |
Color Harmonies of #784CCD
Complementary color
Monochromatic Colors of #784CCD
Black with #784CCD
Text Example
Text Example
White with #784CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784CCD; }
p { color: rgb(120,76,205); }
H1.HeaderClassName
{
color: #784CCD;
}
.AnyTagClassName
{
color: #784CCD;
}
</style>
background-color css
<style>
a { background-color: #784CCD; }
a { background-color: rgb(120,76,205); }
div.DivClassName
{
background-color: #784CCD;
}
.BgClassName
{
background-color: #784CCD;
}
</style>
border-color css
<style>
span { border-color: #784CCD; }
span { border-color: rgb(120,76,205); }
td.TdClassName
{
border-color: #784CCD;
}
.TagClassName
{
border-color: #784CCD;
}
</style>