Shades of Slate Blue #785CDC
Tints of Slate Blue #785CDC
RGB
CMYK
RGB Variations
Color information
#785CDC (or 0x785CDC) is known color: Slate Blue. HEX triplet: 78, 5C and DC. RGB value is (120,92,220). Sum of RGB (Red+Green+Blue) = 120+92+220=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #785CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CDC is #87A323. Grayscale: #727272. Windows color (decimal): -8889124 or 14441592. OLE color: 14441592.
HSL color Cylindrical-coordinate representation of color #785CDC: hue angle of 253.12º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #785CDC is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 92 | 220 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.14 |
| HSL | 253.13º | 0.65% | 0.61% | - |
| HSV(B) | 253.13º | 0.58% | 0.86% | - |
| XYZ | 24.49 | 16.81 | 69.66 | - |
| YUV | 114.96 | 187.28 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 220 | 0.45 | 0.58 | 0 | 0.14 | 253.13 | 0.65 | 0.61 |
| Hex | 78 | 5C | DC | 2D | 3A | 0 | E | FD | 41 | 3D |
| Octal | 170 | 134 | 334 | 55 | 72 | 0 | 16 | 375 | 101 | 75 |
| Binary | 1111000 | 1011100 | 11011100 | 101101 | 111010 | 0 | 1110 | 11111101 | 1000001 | 111101 |
Color Harmonies of #785CDC
Complementary color
Monochromatic Colors of #785CDC
Black with #785CDC
Text Example
Text Example
White with #785CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785CDC; }
p { color: rgb(120,92,220); }
H1.HeaderClassName
{
color: #785CDC;
}
.AnyTagClassName
{
color: #785CDC;
}
</style>
background-color css
<style>
a { background-color: #785CDC; }
a { background-color: rgb(120,92,220); }
div.DivClassName
{
background-color: #785CDC;
}
.BgClassName
{
background-color: #785CDC;
}
</style>
border-color css
<style>
span { border-color: #785CDC; }
span { border-color: rgb(120,92,220); }
td.TdClassName
{
border-color: #785CDC;
}
.TagClassName
{
border-color: #785CDC;
}
</style>