Shades of Slate Blue #7865CE
Tints of Slate Blue #7865CE
RGB
CMYK
RGB Variations
Color information
#7865CE (or 0x7865CE) is known color: Slate Blue. HEX triplet: 78, 65 and CE. RGB value is (120,101,206). Sum of RGB (Red+Green+Blue) = 120+101+206=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #7865CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7865CE is #879A31. Grayscale: #767676. Windows color (decimal): -8886834 or 13526392. OLE color: 13526392.
HSL color Cylindrical-coordinate representation of color #7865CE: hue angle of 250.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7865CE is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 101 | 206 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.19 |
| HSL | 250.86º | 0.52% | 0.6% | - |
| HSV(B) | 250.86º | 0.51% | 0.81% | - |
| XYZ | 23.54 | 17.76 | 60.58 | - |
| YUV | 118.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 206 | 0.42 | 0.51 | 0 | 0.19 | 250.86 | 0.52 | 0.6 |
| Hex | 78 | 65 | CE | 2A | 33 | 0 | 13 | FB | 34 | 3C |
| Octal | 170 | 145 | 316 | 52 | 63 | 0 | 23 | 373 | 64 | 74 |
| Binary | 1111000 | 1100101 | 11001110 | 101010 | 110011 | 0 | 10011 | 11111011 | 110100 | 111100 |
Color Harmonies of #7865CE
Complementary color
Monochromatic Colors of #7865CE
Black with #7865CE
Text Example
Text Example
White with #7865CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7865CE; }
p { color: rgb(120,101,206); }
H1.HeaderClassName
{
color: #7865CE;
}
.AnyTagClassName
{
color: #7865CE;
}
</style>
background-color css
<style>
a { background-color: #7865CE; }
a { background-color: rgb(120,101,206); }
div.DivClassName
{
background-color: #7865CE;
}
.BgClassName
{
background-color: #7865CE;
}
</style>
border-color css
<style>
span { border-color: #7865CE; }
span { border-color: rgb(120,101,206); }
td.TdClassName
{
border-color: #7865CE;
}
.TagClassName
{
border-color: #7865CE;
}
</style>