Shades of Slate Blue #785BCF
Tints of Slate Blue #785BCF
RGB
CMYK
RGB Variations
Color information
#785BCF (or 0x785BCF) is known color: Slate Blue. HEX triplet: 78, 5B and CF. RGB value is (120,91,207). Sum of RGB (Red+Green+Blue) = 120+91+207=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #785BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BCF is #87A430. Grayscale: #707070. Windows color (decimal): -8889393 or 13589368. OLE color: 13589368.
HSL color Cylindrical-coordinate representation of color #785BCF: hue angle of 255º degrees, saturation: 0.55, 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 #785BCF is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 91 | 207 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.19 |
| HSL | 255º | 0.55% | 0.58% | - |
| HSV(B) | 255º | 0.56% | 0.81% | - |
| XYZ | 22.75 | 15.98 | 60.92 | - |
| YUV | 112.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 207 | 0.42 | 0.56 | 0 | 0.19 | 255 | 0.55 | 0.58 |
| Hex | 78 | 5B | CF | 2A | 38 | 0 | 13 | FF | 37 | 3A |
| Octal | 170 | 133 | 317 | 52 | 70 | 0 | 23 | 377 | 67 | 72 |
| Binary | 1111000 | 1011011 | 11001111 | 101010 | 111000 | 0 | 10011 | 11111111 | 110111 | 111010 |
Color Harmonies of #785BCF
Complementary color
Monochromatic Colors of #785BCF
Black with #785BCF
Text Example
Text Example
White with #785BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BCF; }
p { color: rgb(120,91,207); }
H1.HeaderClassName
{
color: #785BCF;
}
.AnyTagClassName
{
color: #785BCF;
}
</style>
background-color css
<style>
a { background-color: #785BCF; }
a { background-color: rgb(120,91,207); }
div.DivClassName
{
background-color: #785BCF;
}
.BgClassName
{
background-color: #785BCF;
}
</style>
border-color css
<style>
span { border-color: #785BCF; }
span { border-color: rgb(120,91,207); }
td.TdClassName
{
border-color: #785BCF;
}
.TagClassName
{
border-color: #785BCF;
}
</style>