Shades of Slate Blue #7867CB
Tints of Slate Blue #7867CB
RGB
CMYK
RGB Variations
Color information
#7867CB (or 0x7867CB) is known color: Slate Blue. HEX triplet: 78, 67 and CB. RGB value is (120,103,203). Sum of RGB (Red+Green+Blue) = 120+103+203=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #7867CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7867CB is #879834. Grayscale: #777777. Windows color (decimal): -8886325 or 13330296. OLE color: 13330296.
HSL color Cylindrical-coordinate representation of color #7867CB: hue angle of 250.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7867CB is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 103 | 203 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.20 |
| HSL | 250.2º | 0.49% | 0.6% | - |
| HSV(B) | 250.2º | 0.49% | 0.8% | - |
| XYZ | 23.38 | 18.01 | 58.74 | - |
| YUV | 119.48 | 175.13 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 203 | 0.41 | 0.49 | 0 | 0.20 | 250.2 | 0.49 | 0.6 |
| Hex | 78 | 67 | CB | 29 | 31 | 0 | 14 | FA | 31 | 3C |
| Octal | 170 | 147 | 313 | 51 | 61 | 0 | 24 | 372 | 61 | 74 |
| Binary | 1111000 | 1100111 | 11001011 | 101001 | 110001 | 0 | 10100 | 11111010 | 110001 | 111100 |
Color Harmonies of #7867CB
Complementary color
Monochromatic Colors of #7867CB
Black with #7867CB
Text Example
Text Example
White with #7867CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7867CB; }
p { color: rgb(120,103,203); }
H1.HeaderClassName
{
color: #7867CB;
}
.AnyTagClassName
{
color: #7867CB;
}
</style>
background-color css
<style>
a { background-color: #7867CB; }
a { background-color: rgb(120,103,203); }
div.DivClassName
{
background-color: #7867CB;
}
.BgClassName
{
background-color: #7867CB;
}
</style>
border-color css
<style>
span { border-color: #7867CB; }
span { border-color: rgb(120,103,203); }
td.TdClassName
{
border-color: #7867CB;
}
.TagClassName
{
border-color: #7867CB;
}
</style>