Shades of Slate Blue #785BDA
Tints of Slate Blue #785BDA
RGB
CMYK
RGB Variations
Color information
#785BDA (or 0x785BDA) is known color: Slate Blue. HEX triplet: 78, 5B and DA. RGB value is (120,91,218). Sum of RGB (Red+Green+Blue) = 120+91+218=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #785BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BDA is #87A425. Grayscale: #717171. Windows color (decimal): -8889382 or 14310264. OLE color: 14310264.
HSL color Cylindrical-coordinate representation of color #785BDA: hue angle of 253.7º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #785BDA is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 91 | 218 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.15 |
| HSL | 253.7º | 0.63% | 0.61% | - |
| HSV(B) | 253.7º | 0.58% | 0.85% | - |
| XYZ | 24.14 | 16.54 | 68.25 | - |
| YUV | 114.15 | 186.61 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 218 | 0.45 | 0.58 | 0 | 0.15 | 253.7 | 0.63 | 0.61 |
| Hex | 78 | 5B | DA | 2D | 3A | 0 | F | FE | 3F | 3D |
| Octal | 170 | 133 | 332 | 55 | 72 | 0 | 17 | 376 | 77 | 75 |
| Binary | 1111000 | 1011011 | 11011010 | 101101 | 111010 | 0 | 1111 | 11111110 | 111111 | 111101 |
Color Harmonies of #785BDA
Complementary color
Monochromatic Colors of #785BDA
Black with #785BDA
Text Example
Text Example
White with #785BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BDA; }
p { color: rgb(120,91,218); }
H1.HeaderClassName
{
color: #785BDA;
}
.AnyTagClassName
{
color: #785BDA;
}
</style>
background-color css
<style>
a { background-color: #785BDA; }
a { background-color: rgb(120,91,218); }
div.DivClassName
{
background-color: #785BDA;
}
.BgClassName
{
background-color: #785BDA;
}
</style>
border-color css
<style>
span { border-color: #785BDA; }
span { border-color: rgb(120,91,218); }
td.TdClassName
{
border-color: #785BDA;
}
.TagClassName
{
border-color: #785BDA;
}
</style>