Shades of Slate Blue #7855CB
Tints of Slate Blue #7855CB
RGB
CMYK
RGB Variations
Color information
#7855CB (or 0x7855CB) is known color: Slate Blue. HEX triplet: 78, 55 and CB. RGB value is (120,85,203). Sum of RGB (Red+Green+Blue) = 120+85+203=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #7855CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855CB is #87AA34. Grayscale: #6C6C6C. Windows color (decimal): -8890933 or 13325688. OLE color: 13325688.
HSL color Cylindrical-coordinate representation of color #7855CB: hue angle of 257.8º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7855CB is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 85 | 203 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.20 |
| HSL | 257.8º | 0.53% | 0.56% | - |
| HSV(B) | 257.8º | 0.58% | 0.8% | - |
| XYZ | 21.77 | 14.8 | 58.21 | - |
| YUV | 108.92 | 181.1 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 203 | 0.41 | 0.58 | 0 | 0.20 | 257.8 | 0.53 | 0.56 |
| Hex | 78 | 55 | CB | 29 | 3A | 0 | 14 | 102 | 35 | 38 |
| Octal | 170 | 125 | 313 | 51 | 72 | 0 | 24 | 402 | 65 | 70 |
| Binary | 1111000 | 1010101 | 11001011 | 101001 | 111010 | 0 | 10100 | 100000010 | 110101 | 111000 |
Color Harmonies of #7855CB
Complementary color
Monochromatic Colors of #7855CB
Black with #7855CB
Text Example
Text Example
White with #7855CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7855CB; }
p { color: rgb(120,85,203); }
H1.HeaderClassName
{
color: #7855CB;
}
.AnyTagClassName
{
color: #7855CB;
}
</style>
background-color css
<style>
a { background-color: #7855CB; }
a { background-color: rgb(120,85,203); }
div.DivClassName
{
background-color: #7855CB;
}
.BgClassName
{
background-color: #7855CB;
}
</style>
border-color css
<style>
span { border-color: #7855CB; }
span { border-color: rgb(120,85,203); }
td.TdClassName
{
border-color: #7855CB;
}
.TagClassName
{
border-color: #7855CB;
}
</style>