Shades of Slate Blue #7861CB
Tints of Slate Blue #7861CB
RGB
CMYK
RGB Variations
Color information
#7861CB (or 0x7861CB) is known color: Slate Blue. HEX triplet: 78, 61 and CB. RGB value is (120,97,203). Sum of RGB (Red+Green+Blue) = 120+97+203=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #7861CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7861CB is #879E34. Grayscale: #737373. Windows color (decimal): -8887861 or 13328760. OLE color: 13328760.
HSL color Cylindrical-coordinate representation of color #7861CB: hue angle of 253.02º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7861CB is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 97 | 203 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.20 |
| HSL | 253.02º | 0.5% | 0.59% | - |
| HSV(B) | 253.02º | 0.52% | 0.8% | - |
| XYZ | 22.8 | 16.85 | 58.55 | - |
| YUV | 115.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 203 | 0.41 | 0.52 | 0 | 0.20 | 253.02 | 0.5 | 0.59 |
| Hex | 78 | 61 | CB | 29 | 34 | 0 | 14 | FD | 32 | 3B |
| Octal | 170 | 141 | 313 | 51 | 64 | 0 | 24 | 375 | 62 | 73 |
| Binary | 1111000 | 1100001 | 11001011 | 101001 | 110100 | 0 | 10100 | 11111101 | 110010 | 111011 |
Color Harmonies of #7861CB
Complementary color
Monochromatic Colors of #7861CB
Black with #7861CB
Text Example
Text Example
White with #7861CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7861CB; }
p { color: rgb(120,97,203); }
H1.HeaderClassName
{
color: #7861CB;
}
.AnyTagClassName
{
color: #7861CB;
}
</style>
background-color css
<style>
a { background-color: #7861CB; }
a { background-color: rgb(120,97,203); }
div.DivClassName
{
background-color: #7861CB;
}
.BgClassName
{
background-color: #7861CB;
}
</style>
border-color css
<style>
span { border-color: #7861CB; }
span { border-color: rgb(120,97,203); }
td.TdClassName
{
border-color: #7861CB;
}
.TagClassName
{
border-color: #7861CB;
}
</style>