Shades of Slate Blue #7867CC
Tints of Slate Blue #7867CC
RGB
CMYK
RGB Variations
Color information
#7867CC (or 0x7867CC) is known color: Slate Blue. HEX triplet: 78, 67 and CC. RGB value is (120,103,204). Sum of RGB (Red+Green+Blue) = 120+103+204=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #7867CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7867CC is #879833. Grayscale: #777777. Windows color (decimal): -8886324 or 13395832. OLE color: 13395832.
HSL color Cylindrical-coordinate representation of color #7867CC: hue angle of 250.1º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7867CC is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 103 | 204 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.2 |
| HSL | 250.1º | 0.5% | 0.6% | - |
| HSV(B) | 250.1º | 0.5% | 0.8% | - |
| XYZ | 23.5 | 18.05 | 59.37 | - |
| YUV | 119.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 204 | 0.41 | 0.50 | 0 | 0.2 | 250.1 | 0.5 | 0.6 |
| Hex | 78 | 67 | CC | 29 | 32 | 0 | 14 | FA | 32 | 3C |
| Octal | 170 | 147 | 314 | 51 | 62 | 0 | 24 | 372 | 62 | 74 |
| Binary | 1111000 | 1100111 | 11001100 | 101001 | 110010 | 0 | 10100 | 11111010 | 110010 | 111100 |
Color Harmonies of #7867CC
Complementary color
Monochromatic Colors of #7867CC
Black with #7867CC
Text Example
Text Example
White with #7867CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7867CC; }
p { color: rgb(120,103,204); }
H1.HeaderClassName
{
color: #7867CC;
}
.AnyTagClassName
{
color: #7867CC;
}
</style>
background-color css
<style>
a { background-color: #7867CC; }
a { background-color: rgb(120,103,204); }
div.DivClassName
{
background-color: #7867CC;
}
.BgClassName
{
background-color: #7867CC;
}
</style>
border-color css
<style>
span { border-color: #7867CC; }
span { border-color: rgb(120,103,204); }
td.TdClassName
{
border-color: #7867CC;
}
.TagClassName
{
border-color: #7867CC;
}
</style>