Shades of Slate Blue #785FCC
Tints of Slate Blue #785FCC
RGB
CMYK
RGB Variations
Color information
#785FCC (or 0x785FCC) is known color: Slate Blue. HEX triplet: 78, 5F and CC. RGB value is (120,95,204). Sum of RGB (Red+Green+Blue) = 120+95+204=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #785FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FCC is #87A033. Grayscale: #727272. Windows color (decimal): -8888372 or 13393784. OLE color: 13393784.
HSL color Cylindrical-coordinate representation of color #785FCC: hue angle of 253.76º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #785FCC is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 95 | 204 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.2 |
| HSL | 253.76º | 0.52% | 0.59% | - |
| HSV(B) | 253.76º | 0.53% | 0.8% | - |
| XYZ | 22.74 | 16.54 | 59.12 | - |
| YUV | 114.9 | 178.28 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 204 | 0.41 | 0.53 | 0 | 0.2 | 253.76 | 0.52 | 0.59 |
| Hex | 78 | 5F | CC | 29 | 35 | 0 | 14 | FE | 34 | 3B |
| Octal | 170 | 137 | 314 | 51 | 65 | 0 | 24 | 376 | 64 | 73 |
| Binary | 1111000 | 1011111 | 11001100 | 101001 | 110101 | 0 | 10100 | 11111110 | 110100 | 111011 |
Color Harmonies of #785FCC
Complementary color
Monochromatic Colors of #785FCC
Black with #785FCC
Text Example
Text Example
White with #785FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785FCC; }
p { color: rgb(120,95,204); }
H1.HeaderClassName
{
color: #785FCC;
}
.AnyTagClassName
{
color: #785FCC;
}
</style>
background-color css
<style>
a { background-color: #785FCC; }
a { background-color: rgb(120,95,204); }
div.DivClassName
{
background-color: #785FCC;
}
.BgClassName
{
background-color: #785FCC;
}
</style>
border-color css
<style>
span { border-color: #785FCC; }
span { border-color: rgb(120,95,204); }
td.TdClassName
{
border-color: #785FCC;
}
.TagClassName
{
border-color: #785FCC;
}
</style>