Shades of Slate Blue #785ACB
Tints of Slate Blue #785ACB
RGB
CMYK
RGB Variations
Color information
#785ACB (or 0x785ACB) is known color: Slate Blue. HEX triplet: 78, 5A and CB. RGB value is (120,90,203). Sum of RGB (Red+Green+Blue) = 120+90+203=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #785ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ACB is #87A534. Grayscale: #6F6F6F. Windows color (decimal): -8889653 or 13326968. OLE color: 13326968.
HSL color Cylindrical-coordinate representation of color #785ACB: hue angle of 255.93º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #785ACB is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 90 | 203 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.20 |
| HSL | 255.93º | 0.52% | 0.57% | - |
| HSV(B) | 255.93º | 0.56% | 0.8% | - |
| XYZ | 22.18 | 15.62 | 58.35 | - |
| YUV | 111.85 | 179.44 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 203 | 0.41 | 0.56 | 0 | 0.20 | 255.93 | 0.52 | 0.57 |
| Hex | 78 | 5A | CB | 29 | 38 | 0 | 14 | 100 | 34 | 39 |
| Octal | 170 | 132 | 313 | 51 | 70 | 0 | 24 | 400 | 64 | 71 |
| Binary | 1111000 | 1011010 | 11001011 | 101001 | 111000 | 0 | 10100 | 100000000 | 110100 | 111001 |
Color Harmonies of #785ACB
Complementary color
Monochromatic Colors of #785ACB
Black with #785ACB
Text Example
Text Example
White with #785ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785ACB; }
p { color: rgb(120,90,203); }
H1.HeaderClassName
{
color: #785ACB;
}
.AnyTagClassName
{
color: #785ACB;
}
</style>
background-color css
<style>
a { background-color: #785ACB; }
a { background-color: rgb(120,90,203); }
div.DivClassName
{
background-color: #785ACB;
}
.BgClassName
{
background-color: #785ACB;
}
</style>
border-color css
<style>
span { border-color: #785ACB; }
span { border-color: rgb(120,90,203); }
td.TdClassName
{
border-color: #785ACB;
}
.TagClassName
{
border-color: #785ACB;
}
</style>