Shades of Slate Blue #7867D6
Tints of Slate Blue #7867D6
RGB
CMYK
RGB Variations
Color information
#7867D6 (or 0x7867D6) is known color: Slate Blue. HEX triplet: 78, 67 and D6. RGB value is (120,103,214). Sum of RGB (Red+Green+Blue) = 120+103+214=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #7867D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7867D6 is #879829. Grayscale: #787878. Windows color (decimal): -8886314 or 14051192. OLE color: 14051192.
HSL color Cylindrical-coordinate representation of color #7867D6: hue angle of 249.19º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7867D6 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 103 | 214 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.16 |
| HSL | 249.19º | 0.58% | 0.62% | - |
| HSV(B) | 249.19º | 0.52% | 0.84% | - |
| XYZ | 24.73 | 18.55 | 65.89 | - |
| YUV | 120.74 | 180.63 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 214 | 0.44 | 0.52 | 0 | 0.16 | 249.19 | 0.58 | 0.62 |
| Hex | 78 | 67 | D6 | 2C | 34 | 0 | 10 | F9 | 3A | 3E |
| Octal | 170 | 147 | 326 | 54 | 64 | 0 | 20 | 371 | 72 | 76 |
| Binary | 1111000 | 1100111 | 11010110 | 101100 | 110100 | 0 | 10000 | 11111001 | 111010 | 111110 |
Color Harmonies of #7867D6
Complementary color
Monochromatic Colors of #7867D6
Black with #7867D6
Text Example
Text Example
White with #7867D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7867D6; }
p { color: rgb(120,103,214); }
H1.HeaderClassName
{
color: #7867D6;
}
.AnyTagClassName
{
color: #7867D6;
}
</style>
background-color css
<style>
a { background-color: #7867D6; }
a { background-color: rgb(120,103,214); }
div.DivClassName
{
background-color: #7867D6;
}
.BgClassName
{
background-color: #7867D6;
}
</style>
border-color css
<style>
span { border-color: #7867D6; }
span { border-color: rgb(120,103,214); }
td.TdClassName
{
border-color: #7867D6;
}
.TagClassName
{
border-color: #7867D6;
}
</style>