Shades of Slate Blue #7861CE
Tints of Slate Blue #7861CE
RGB
CMYK
RGB Variations
Color information
#7861CE (or 0x7861CE) is known color: Slate Blue. HEX triplet: 78, 61 and CE. RGB value is (120,97,206). Sum of RGB (Red+Green+Blue) = 120+97+206=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #7861CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7861CE is #879E31. Grayscale: #737373. Windows color (decimal): -8887858 or 13525368. OLE color: 13525368.
HSL color Cylindrical-coordinate representation of color #7861CE: hue angle of 252.66º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7861CE is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 97 | 206 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.19 |
| HSL | 252.66º | 0.53% | 0.59% | - |
| HSV(B) | 252.66º | 0.53% | 0.81% | - |
| XYZ | 23.16 | 17 | 60.45 | - |
| YUV | 116.3 | 178.62 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 206 | 0.42 | 0.53 | 0 | 0.19 | 252.66 | 0.53 | 0.59 |
| Hex | 78 | 61 | CE | 2A | 35 | 0 | 13 | FD | 35 | 3B |
| Octal | 170 | 141 | 316 | 52 | 65 | 0 | 23 | 375 | 65 | 73 |
| Binary | 1111000 | 1100001 | 11001110 | 101010 | 110101 | 0 | 10011 | 11111101 | 110101 | 111011 |
Color Harmonies of #7861CE
Complementary color
Monochromatic Colors of #7861CE
Black with #7861CE
Text Example
Text Example
White with #7861CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7861CE; }
p { color: rgb(120,97,206); }
H1.HeaderClassName
{
color: #7861CE;
}
.AnyTagClassName
{
color: #7861CE;
}
</style>
background-color css
<style>
a { background-color: #7861CE; }
a { background-color: rgb(120,97,206); }
div.DivClassName
{
background-color: #7861CE;
}
.BgClassName
{
background-color: #7861CE;
}
</style>
border-color css
<style>
span { border-color: #7861CE; }
span { border-color: rgb(120,97,206); }
td.TdClassName
{
border-color: #7861CE;
}
.TagClassName
{
border-color: #7861CE;
}
</style>