Shades of Slate Blue #785BCE
Tints of Slate Blue #785BCE
RGB
CMYK
RGB Variations
Color information
#785BCE (or 0x785BCE) is known color: Slate Blue. HEX triplet: 78, 5B and CE. RGB value is (120,91,206). Sum of RGB (Red+Green+Blue) = 120+91+206=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #785BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BCE is #87A431. Grayscale: #707070. Windows color (decimal): -8889394 or 13523832. OLE color: 13523832.
HSL color Cylindrical-coordinate representation of color #785BCE: hue angle of 255.13º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #785BCE is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 91 | 206 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.19 |
| HSL | 255.13º | 0.54% | 0.58% | - |
| HSV(B) | 255.13º | 0.56% | 0.81% | - |
| XYZ | 22.63 | 15.93 | 60.28 | - |
| YUV | 112.78 | 180.61 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 206 | 0.42 | 0.56 | 0 | 0.19 | 255.13 | 0.54 | 0.58 |
| Hex | 78 | 5B | CE | 2A | 38 | 0 | 13 | FF | 36 | 3A |
| Octal | 170 | 133 | 316 | 52 | 70 | 0 | 23 | 377 | 66 | 72 |
| Binary | 1111000 | 1011011 | 11001110 | 101010 | 111000 | 0 | 10011 | 11111111 | 110110 | 111010 |
Color Harmonies of #785BCE
Complementary color
Monochromatic Colors of #785BCE
Black with #785BCE
Text Example
Text Example
White with #785BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BCE; }
p { color: rgb(120,91,206); }
H1.HeaderClassName
{
color: #785BCE;
}
.AnyTagClassName
{
color: #785BCE;
}
</style>
background-color css
<style>
a { background-color: #785BCE; }
a { background-color: rgb(120,91,206); }
div.DivClassName
{
background-color: #785BCE;
}
.BgClassName
{
background-color: #785BCE;
}
</style>
border-color css
<style>
span { border-color: #785BCE; }
span { border-color: rgb(120,91,206); }
td.TdClassName
{
border-color: #785BCE;
}
.TagClassName
{
border-color: #785BCE;
}
</style>