Shades of Slate Blue #785ECB
Tints of Slate Blue #785ECB
RGB
CMYK
RGB Variations
Color information
#785ECB (or 0x785ECB) is known color: Slate Blue. HEX triplet: 78, 5E and CB. RGB value is (120,94,203). Sum of RGB (Red+Green+Blue) = 120+94+203=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #785ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ECB is #87A134. Grayscale: #717171. Windows color (decimal): -8888629 or 13327992. OLE color: 13327992.
HSL color Cylindrical-coordinate representation of color #785ECB: hue angle of 254.31º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #785ECB is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 94 | 203 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.20 |
| HSL | 254.31º | 0.51% | 0.58% | - |
| HSV(B) | 254.31º | 0.54% | 0.8% | - |
| XYZ | 22.53 | 16.31 | 58.46 | - |
| YUV | 114.2 | 178.11 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 203 | 0.41 | 0.54 | 0 | 0.20 | 254.31 | 0.51 | 0.58 |
| Hex | 78 | 5E | CB | 29 | 36 | 0 | 14 | FE | 33 | 3A |
| Octal | 170 | 136 | 313 | 51 | 66 | 0 | 24 | 376 | 63 | 72 |
| Binary | 1111000 | 1011110 | 11001011 | 101001 | 110110 | 0 | 10100 | 11111110 | 110011 | 111010 |
Color Harmonies of #785ECB
Complementary color
Monochromatic Colors of #785ECB
Black with #785ECB
Text Example
Text Example
White with #785ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785ECB; }
p { color: rgb(120,94,203); }
H1.HeaderClassName
{
color: #785ECB;
}
.AnyTagClassName
{
color: #785ECB;
}
</style>
background-color css
<style>
a { background-color: #785ECB; }
a { background-color: rgb(120,94,203); }
div.DivClassName
{
background-color: #785ECB;
}
.BgClassName
{
background-color: #785ECB;
}
</style>
border-color css
<style>
span { border-color: #785ECB; }
span { border-color: rgb(120,94,203); }
td.TdClassName
{
border-color: #785ECB;
}
.TagClassName
{
border-color: #785ECB;
}
</style>