Shades of Slate Blue #7867CE
Tints of Slate Blue #7867CE
RGB
CMYK
RGB Variations
Color information
#7867CE (or 0x7867CE) is known color: Slate Blue. HEX triplet: 78, 67 and CE. RGB value is (120,103,206). Sum of RGB (Red+Green+Blue) = 120+103+206=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #7867CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7867CE is #879831. Grayscale: #777777. Windows color (decimal): -8886322 or 13526904. OLE color: 13526904.
HSL color Cylindrical-coordinate representation of color #7867CE: hue angle of 249.9º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7867CE is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 103 | 206 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.19 |
| HSL | 249.9º | 0.51% | 0.61% | - |
| HSV(B) | 249.9º | 0.5% | 0.81% | - |
| XYZ | 23.74 | 18.15 | 60.64 | - |
| YUV | 119.83 | 176.63 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 206 | 0.42 | 0.50 | 0 | 0.19 | 249.9 | 0.51 | 0.61 |
| Hex | 78 | 67 | CE | 2A | 32 | 0 | 13 | FA | 33 | 3D |
| Octal | 170 | 147 | 316 | 52 | 62 | 0 | 23 | 372 | 63 | 75 |
| Binary | 1111000 | 1100111 | 11001110 | 101010 | 110010 | 0 | 10011 | 11111010 | 110011 | 111101 |
Color Harmonies of #7867CE
Complementary color
Monochromatic Colors of #7867CE
Black with #7867CE
Text Example
Text Example
White with #7867CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7867CE; }
p { color: rgb(120,103,206); }
H1.HeaderClassName
{
color: #7867CE;
}
.AnyTagClassName
{
color: #7867CE;
}
</style>
background-color css
<style>
a { background-color: #7867CE; }
a { background-color: rgb(120,103,206); }
div.DivClassName
{
background-color: #7867CE;
}
.BgClassName
{
background-color: #7867CE;
}
</style>
border-color css
<style>
span { border-color: #7867CE; }
span { border-color: rgb(120,103,206); }
td.TdClassName
{
border-color: #7867CE;
}
.TagClassName
{
border-color: #7867CE;
}
</style>