Shades of Slate Blue #785AD0
Tints of Slate Blue #785AD0
RGB
CMYK
RGB Variations
Color information
#785AD0 (or 0x785AD0) is known color: Slate Blue. HEX triplet: 78, 5A and D0. RGB value is (120,90,208). Sum of RGB (Red+Green+Blue) = 120+90+208=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #785AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785AD0 is #87A52F. Grayscale: #6F6F6F. Windows color (decimal): -8889648 or 13654648. OLE color: 13654648.
HSL color Cylindrical-coordinate representation of color #785AD0: hue angle of 255.25º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #785AD0 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 90 | 208 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.18 |
| HSL | 255.25º | 0.56% | 0.58% | - |
| HSV(B) | 255.25º | 0.57% | 0.82% | - |
| XYZ | 22.79 | 15.86 | 61.53 | - |
| YUV | 112.42 | 181.94 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 208 | 0.42 | 0.57 | 0 | 0.18 | 255.25 | 0.56 | 0.58 |
| Hex | 78 | 5A | D0 | 2A | 39 | 0 | 12 | FF | 38 | 3A |
| Octal | 170 | 132 | 320 | 52 | 71 | 0 | 22 | 377 | 70 | 72 |
| Binary | 1111000 | 1011010 | 11010000 | 101010 | 111001 | 0 | 10010 | 11111111 | 111000 | 111010 |
Color Harmonies of #785AD0
Complementary color
Monochromatic Colors of #785AD0
Black with #785AD0
Text Example
Text Example
White with #785AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785AD0; }
p { color: rgb(120,90,208); }
H1.HeaderClassName
{
color: #785AD0;
}
.AnyTagClassName
{
color: #785AD0;
}
</style>
background-color css
<style>
a { background-color: #785AD0; }
a { background-color: rgb(120,90,208); }
div.DivClassName
{
background-color: #785AD0;
}
.BgClassName
{
background-color: #785AD0;
}
</style>
border-color css
<style>
span { border-color: #785AD0; }
span { border-color: rgb(120,90,208); }
td.TdClassName
{
border-color: #785AD0;
}
.TagClassName
{
border-color: #785AD0;
}
</style>