Shades of Slate Blue #785ADC
Tints of Slate Blue #785ADC
RGB
CMYK
RGB Variations
Color information
#785ADC (or 0x785ADC) is known color: Slate Blue. HEX triplet: 78, 5A and DC. RGB value is (120,90,220). Sum of RGB (Red+Green+Blue) = 120+90+220=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #785ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ADC is #87A523. Grayscale: #717171. Windows color (decimal): -8889636 or 14441080. OLE color: 14441080.
HSL color Cylindrical-coordinate representation of color #785ADC: hue angle of 253.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #785ADC is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 90 | 220 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.14 |
| HSL | 253.85º | 0.65% | 0.61% | - |
| HSV(B) | 253.85º | 0.59% | 0.86% | - |
| XYZ | 24.32 | 16.47 | 69.61 | - |
| YUV | 113.79 | 187.94 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 220 | 0.45 | 0.59 | 0 | 0.14 | 253.85 | 0.65 | 0.61 |
| Hex | 78 | 5A | DC | 2D | 3B | 0 | E | FE | 41 | 3D |
| Octal | 170 | 132 | 334 | 55 | 73 | 0 | 16 | 376 | 101 | 75 |
| Binary | 1111000 | 1011010 | 11011100 | 101101 | 111011 | 0 | 1110 | 11111110 | 1000001 | 111101 |
Color Harmonies of #785ADC
Complementary color
Monochromatic Colors of #785ADC
Black with #785ADC
Text Example
Text Example
White with #785ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785ADC; }
p { color: rgb(120,90,220); }
H1.HeaderClassName
{
color: #785ADC;
}
.AnyTagClassName
{
color: #785ADC;
}
</style>
background-color css
<style>
a { background-color: #785ADC; }
a { background-color: rgb(120,90,220); }
div.DivClassName
{
background-color: #785ADC;
}
.BgClassName
{
background-color: #785ADC;
}
</style>
border-color css
<style>
span { border-color: #785ADC; }
span { border-color: rgb(120,90,220); }
td.TdClassName
{
border-color: #785ADC;
}
.TagClassName
{
border-color: #785ADC;
}
</style>