Shades of Slate Blue #785DCC
Tints of Slate Blue #785DCC
RGB
CMYK
RGB Variations
Color information
#785DCC (or 0x785DCC) is known color: Slate Blue. HEX triplet: 78, 5D and CC. RGB value is (120,93,204). Sum of RGB (Red+Green+Blue) = 120+93+204=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #785DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DCC is #87A233. Grayscale: #717171. Windows color (decimal): -8888884 or 13393272. OLE color: 13393272.
HSL color Cylindrical-coordinate representation of color #785DCC: hue angle of 254.59º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #785DCC is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 93 | 204 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.2 |
| HSL | 254.59º | 0.52% | 0.58% | - |
| HSV(B) | 254.59º | 0.54% | 0.8% | - |
| XYZ | 22.56 | 16.18 | 59.06 | - |
| YUV | 113.73 | 178.95 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 204 | 0.41 | 0.54 | 0 | 0.2 | 254.59 | 0.52 | 0.58 |
| Hex | 78 | 5D | CC | 29 | 36 | 0 | 14 | FF | 34 | 3A |
| Octal | 170 | 135 | 314 | 51 | 66 | 0 | 24 | 377 | 64 | 72 |
| Binary | 1111000 | 1011101 | 11001100 | 101001 | 110110 | 0 | 10100 | 11111111 | 110100 | 111010 |
Color Harmonies of #785DCC
Complementary color
Monochromatic Colors of #785DCC
Black with #785DCC
Text Example
Text Example
White with #785DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785DCC; }
p { color: rgb(120,93,204); }
H1.HeaderClassName
{
color: #785DCC;
}
.AnyTagClassName
{
color: #785DCC;
}
</style>
background-color css
<style>
a { background-color: #785DCC; }
a { background-color: rgb(120,93,204); }
div.DivClassName
{
background-color: #785DCC;
}
.BgClassName
{
background-color: #785DCC;
}
</style>
border-color css
<style>
span { border-color: #785DCC; }
span { border-color: rgb(120,93,204); }
td.TdClassName
{
border-color: #785DCC;
}
.TagClassName
{
border-color: #785DCC;
}
</style>