Shades of Slate Blue #7967CF
Tints of Slate Blue #7967CF
RGB
CMYK
RGB Variations
Color information
#7967CF (or 0x7967CF) is known color: Slate Blue. HEX triplet: 79, 67 and CF. RGB value is (121,103,207). Sum of RGB (Red+Green+Blue) = 121+103+207=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #7967CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7967CF is #869830. Grayscale: #777777. Windows color (decimal): -8820785 or 13592441. OLE color: 13592441.
HSL color Cylindrical-coordinate representation of color #7967CF: hue angle of 250.38º degrees, saturation: 0.52, 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 #7967CF is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 103 | 207 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.19 |
| HSL | 250.38º | 0.52% | 0.61% | - |
| HSV(B) | 250.38º | 0.5% | 0.81% | - |
| XYZ | 24 | 18.27 | 61.29 | - |
| YUV | 120.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 103 | 207 | 0.42 | 0.50 | 0 | 0.19 | 250.38 | 0.52 | 0.61 |
| Hex | 79 | 67 | CF | 2A | 32 | 0 | 13 | FA | 34 | 3D |
| Octal | 171 | 147 | 317 | 52 | 62 | 0 | 23 | 372 | 64 | 75 |
| Binary | 1111001 | 1100111 | 11001111 | 101010 | 110010 | 0 | 10011 | 11111010 | 110100 | 111101 |
Color Harmonies of #7967CF
Complementary color
Monochromatic Colors of #7967CF
Black with #7967CF
Text Example
Text Example
White with #7967CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7967CF; }
p { color: rgb(121,103,207); }
H1.HeaderClassName
{
color: #7967CF;
}
.AnyTagClassName
{
color: #7967CF;
}
</style>
background-color css
<style>
a { background-color: #7967CF; }
a { background-color: rgb(121,103,207); }
div.DivClassName
{
background-color: #7967CF;
}
.BgClassName
{
background-color: #7967CF;
}
</style>
border-color css
<style>
span { border-color: #7967CF; }
span { border-color: rgb(121,103,207); }
td.TdClassName
{
border-color: #7967CF;
}
.TagClassName
{
border-color: #7967CF;
}
</style>