Shades of Slate Blue #785CC8
Tints of Slate Blue #785CC8
RGB
CMYK
RGB Variations
Color information
#785CC8 (or 0x785CC8) is known color: Slate Blue. HEX triplet: 78, 5C and C8. RGB value is (120,92,200). Sum of RGB (Red+Green+Blue) = 120+92+200=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #785CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CC8 is #87A337. Grayscale: #707070. Windows color (decimal): -8889144 or 13130872. OLE color: 13130872.
HSL color Cylindrical-coordinate representation of color #785CC8: hue angle of 255.56º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #785CC8 is Cyan = 0.4, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 92 | 200 | - |
| CMYK | 0.4 | 0.54 | 0 | 0.22 |
| HSL | 255.56º | 0.5% | 0.57% | - |
| HSV(B) | 255.56º | 0.54% | 0.78% | - |
| XYZ | 22 | 15.82 | 56.54 | - |
| YUV | 112.68 | 177.28 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 200 | 0.4 | 0.54 | 0 | 0.22 | 255.56 | 0.5 | 0.57 |
| Hex | 78 | 5C | C8 | 28 | 36 | 0 | 16 | 100 | 32 | 39 |
| Octal | 170 | 134 | 310 | 50 | 66 | 0 | 26 | 400 | 62 | 71 |
| Binary | 1111000 | 1011100 | 11001000 | 101000 | 110110 | 0 | 10110 | 100000000 | 110010 | 111001 |
Color Harmonies of #785CC8
Complementary color
Monochromatic Colors of #785CC8
Black with #785CC8
Text Example
Text Example
White with #785CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785CC8; }
p { color: rgb(120,92,200); }
H1.HeaderClassName
{
color: #785CC8;
}
.AnyTagClassName
{
color: #785CC8;
}
</style>
background-color css
<style>
a { background-color: #785CC8; }
a { background-color: rgb(120,92,200); }
div.DivClassName
{
background-color: #785CC8;
}
.BgClassName
{
background-color: #785CC8;
}
</style>
border-color css
<style>
span { border-color: #785CC8; }
span { border-color: rgb(120,92,200); }
td.TdClassName
{
border-color: #785CC8;
}
.TagClassName
{
border-color: #785CC8;
}
</style>