Shades of Slate Blue #785BCC
Tints of Slate Blue #785BCC
RGB
CMYK
RGB Variations
Color information
#785BCC (or 0x785BCC) is known color: Slate Blue. HEX triplet: 78, 5B and CC. RGB value is (120,91,204). Sum of RGB (Red+Green+Blue) = 120+91+204=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #785BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BCC is #87A433. Grayscale: #707070. Windows color (decimal): -8889396 or 13392760. OLE color: 13392760.
HSL color Cylindrical-coordinate representation of color #785BCC: hue angle of 255.4º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #785BCC is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 91 | 204 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.2 |
| HSL | 255.4º | 0.53% | 0.58% | - |
| HSV(B) | 255.4º | 0.55% | 0.8% | - |
| XYZ | 22.39 | 15.83 | 59 | - |
| YUV | 112.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 204 | 0.41 | 0.55 | 0 | 0.2 | 255.4 | 0.53 | 0.58 |
| Hex | 78 | 5B | CC | 29 | 37 | 0 | 14 | FF | 35 | 3A |
| Octal | 170 | 133 | 314 | 51 | 67 | 0 | 24 | 377 | 65 | 72 |
| Binary | 1111000 | 1011011 | 11001100 | 101001 | 110111 | 0 | 10100 | 11111111 | 110101 | 111010 |
Color Harmonies of #785BCC
Complementary color
Monochromatic Colors of #785BCC
Black with #785BCC
Text Example
Text Example
White with #785BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BCC; }
p { color: rgb(120,91,204); }
H1.HeaderClassName
{
color: #785BCC;
}
.AnyTagClassName
{
color: #785BCC;
}
</style>
background-color css
<style>
a { background-color: #785BCC; }
a { background-color: rgb(120,91,204); }
div.DivClassName
{
background-color: #785BCC;
}
.BgClassName
{
background-color: #785BCC;
}
</style>
border-color css
<style>
span { border-color: #785BCC; }
span { border-color: rgb(120,91,204); }
td.TdClassName
{
border-color: #785BCC;
}
.TagClassName
{
border-color: #785BCC;
}
</style>