Shades of Slate Blue #785ADA
Tints of Slate Blue #785ADA
RGB
CMYK
RGB Variations
Color information
#785ADA (or 0x785ADA) is known color: Slate Blue. HEX triplet: 78, 5A and DA. RGB value is (120,90,218). Sum of RGB (Red+Green+Blue) = 120+90+218=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #785ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ADA is #87A525. Grayscale: #717171. Windows color (decimal): -8889638 or 14310008. OLE color: 14310008.
HSL color Cylindrical-coordinate representation of color #785ADA: hue angle of 254.06º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #785ADA is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 90 | 218 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.15 |
| HSL | 254.06º | 0.63% | 0.6% | - |
| HSV(B) | 254.06º | 0.59% | 0.85% | - |
| XYZ | 24.06 | 16.37 | 68.22 | - |
| YUV | 113.56 | 186.94 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 218 | 0.45 | 0.59 | 0 | 0.15 | 254.06 | 0.63 | 0.6 |
| Hex | 78 | 5A | DA | 2D | 3B | 0 | F | FE | 3F | 3C |
| Octal | 170 | 132 | 332 | 55 | 73 | 0 | 17 | 376 | 77 | 74 |
| Binary | 1111000 | 1011010 | 11011010 | 101101 | 111011 | 0 | 1111 | 11111110 | 111111 | 111100 |
Color Harmonies of #785ADA
Complementary color
Monochromatic Colors of #785ADA
Black with #785ADA
Text Example
Text Example
White with #785ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785ADA; }
p { color: rgb(120,90,218); }
H1.HeaderClassName
{
color: #785ADA;
}
.AnyTagClassName
{
color: #785ADA;
}
</style>
background-color css
<style>
a { background-color: #785ADA; }
a { background-color: rgb(120,90,218); }
div.DivClassName
{
background-color: #785ADA;
}
.BgClassName
{
background-color: #785ADA;
}
</style>
border-color css
<style>
span { border-color: #785ADA; }
span { border-color: rgb(120,90,218); }
td.TdClassName
{
border-color: #785ADA;
}
.TagClassName
{
border-color: #785ADA;
}
</style>