Shades of Slate Blue #785ADD
Tints of Slate Blue #785ADD
RGB
CMYK
RGB Variations
Color information
#785ADD (or 0x785ADD) is known color: Slate Blue. HEX triplet: 78, 5A and DD. RGB value is (120,90,221). Sum of RGB (Red+Green+Blue) = 120+90+221=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #785ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ADD is #87A522. Grayscale: #717171. Windows color (decimal): -8889635 or 14506616. OLE color: 14506616.
HSL color Cylindrical-coordinate representation of color #785ADD: hue angle of 253.74º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #785ADD is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 90 | 221 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.13 |
| HSL | 253.74º | 0.66% | 0.61% | - |
| HSV(B) | 253.74º | 0.59% | 0.87% | - |
| XYZ | 24.45 | 16.53 | 70.31 | - |
| YUV | 113.9 | 188.44 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 221 | 0.46 | 0.59 | 0 | 0.13 | 253.74 | 0.66 | 0.61 |
| Hex | 78 | 5A | DD | 2E | 3B | 0 | D | FE | 42 | 3D |
| Octal | 170 | 132 | 335 | 56 | 73 | 0 | 15 | 376 | 102 | 75 |
| Binary | 1111000 | 1011010 | 11011101 | 101110 | 111011 | 0 | 1101 | 11111110 | 1000010 | 111101 |
Color Harmonies of #785ADD
Complementary color
Monochromatic Colors of #785ADD
Black with #785ADD
Text Example
Text Example
White with #785ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785ADD; }
p { color: rgb(120,90,221); }
H1.HeaderClassName
{
color: #785ADD;
}
.AnyTagClassName
{
color: #785ADD;
}
</style>
background-color css
<style>
a { background-color: #785ADD; }
a { background-color: rgb(120,90,221); }
div.DivClassName
{
background-color: #785ADD;
}
.BgClassName
{
background-color: #785ADD;
}
</style>
border-color css
<style>
span { border-color: #785ADD; }
span { border-color: rgb(120,90,221); }
td.TdClassName
{
border-color: #785ADD;
}
.TagClassName
{
border-color: #785ADD;
}
</style>