Shades of Slate Blue #7855CA
Tints of Slate Blue #7855CA
RGB
CMYK
RGB Variations
Color information
#7855CA (or 0x7855CA) is known color: Slate Blue. HEX triplet: 78, 55 and CA. RGB value is (120,85,202). Sum of RGB (Red+Green+Blue) = 120+85+202=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #7855CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855CA is #87AA35. Grayscale: #6C6C6C. Windows color (decimal): -8890934 or 13260152. OLE color: 13260152.
HSL color Cylindrical-coordinate representation of color #7855CA: hue angle of 257.95º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7855CA is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 85 | 202 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.21 |
| HSL | 257.95º | 0.52% | 0.56% | - |
| HSV(B) | 257.95º | 0.58% | 0.79% | - |
| XYZ | 21.65 | 14.75 | 57.58 | - |
| YUV | 108.8 | 180.6 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 202 | 0.41 | 0.58 | 0 | 0.21 | 257.95 | 0.52 | 0.56 |
| Hex | 78 | 55 | CA | 29 | 3A | 0 | 15 | 102 | 34 | 38 |
| Octal | 170 | 125 | 312 | 51 | 72 | 0 | 25 | 402 | 64 | 70 |
| Binary | 1111000 | 1010101 | 11001010 | 101001 | 111010 | 0 | 10101 | 100000010 | 110100 | 111000 |
Color Harmonies of #7855CA
Complementary color
Monochromatic Colors of #7855CA
Black with #7855CA
Text Example
Text Example
White with #7855CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7855CA; }
p { color: rgb(120,85,202); }
H1.HeaderClassName
{
color: #7855CA;
}
.AnyTagClassName
{
color: #7855CA;
}
</style>
background-color css
<style>
a { background-color: #7855CA; }
a { background-color: rgb(120,85,202); }
div.DivClassName
{
background-color: #7855CA;
}
.BgClassName
{
background-color: #7855CA;
}
</style>
border-color css
<style>
span { border-color: #7855CA; }
span { border-color: rgb(120,85,202); }
td.TdClassName
{
border-color: #7855CA;
}
.TagClassName
{
border-color: #7855CA;
}
</style>