Shades of Slate Blue #785CCB
Tints of Slate Blue #785CCB
RGB
CMYK
RGB Variations
Color information
#785CCB (or 0x785CCB) is known color: Slate Blue. HEX triplet: 78, 5C and CB. RGB value is (120,92,203). Sum of RGB (Red+Green+Blue) = 120+92+203=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #785CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CCB is #87A334. Grayscale: #707070. Windows color (decimal): -8889141 or 13327480. OLE color: 13327480.
HSL color Cylindrical-coordinate representation of color #785CCB: hue angle of 255.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #785CCB is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 92 | 203 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.20 |
| HSL | 255.14º | 0.52% | 0.58% | - |
| HSV(B) | 255.14º | 0.55% | 0.8% | - |
| XYZ | 22.35 | 15.96 | 58.4 | - |
| YUV | 113.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 203 | 0.41 | 0.55 | 0 | 0.20 | 255.14 | 0.52 | 0.58 |
| Hex | 78 | 5C | CB | 29 | 37 | 0 | 14 | FF | 34 | 3A |
| Octal | 170 | 134 | 313 | 51 | 67 | 0 | 24 | 377 | 64 | 72 |
| Binary | 1111000 | 1011100 | 11001011 | 101001 | 110111 | 0 | 10100 | 11111111 | 110100 | 111010 |
Color Harmonies of #785CCB
Complementary color
Monochromatic Colors of #785CCB
Black with #785CCB
Text Example
Text Example
White with #785CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785CCB; }
p { color: rgb(120,92,203); }
H1.HeaderClassName
{
color: #785CCB;
}
.AnyTagClassName
{
color: #785CCB;
}
</style>
background-color css
<style>
a { background-color: #785CCB; }
a { background-color: rgb(120,92,203); }
div.DivClassName
{
background-color: #785CCB;
}
.BgClassName
{
background-color: #785CCB;
}
</style>
border-color css
<style>
span { border-color: #785CCB; }
span { border-color: rgb(120,92,203); }
td.TdClassName
{
border-color: #785CCB;
}
.TagClassName
{
border-color: #785CCB;
}
</style>