Shades of Slate Blue #7A67CF
Tints of Slate Blue #7A67CF
RGB
CMYK
RGB Variations
Color information
#7A67CF (or 0x7A67CF) is known color: Slate Blue. HEX triplet: 7A, 67 and CF. RGB value is (122,103,207). Sum of RGB (Red+Green+Blue) = 122+103+207=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A67CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A67CF is #859830. Grayscale: #787878. Windows color (decimal): -8755249 or 13592442. OLE color: 13592442.
HSL color Cylindrical-coordinate representation of color #7A67CF: hue angle of 250.96º 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 #7A67CF is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 103 | 207 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.19 |
| HSL | 250.96º | 0.52% | 0.61% | - |
| HSV(B) | 250.96º | 0.5% | 0.81% | - |
| XYZ | 24.14 | 18.34 | 61.3 | - |
| YUV | 120.54 | 176.79 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 207 | 0.41 | 0.50 | 0 | 0.19 | 250.96 | 0.52 | 0.61 |
| Hex | 7A | 67 | CF | 29 | 32 | 0 | 13 | FB | 34 | 3D |
| Octal | 172 | 147 | 317 | 51 | 62 | 0 | 23 | 373 | 64 | 75 |
| Binary | 1111010 | 1100111 | 11001111 | 101001 | 110010 | 0 | 10011 | 11111011 | 110100 | 111101 |
Color Harmonies of #7A67CF
Complementary color
Monochromatic Colors of #7A67CF
Black with #7A67CF
Text Example
Text Example
White with #7A67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A67CF; }
p { color: rgb(122,103,207); }
H1.HeaderClassName
{
color: #7A67CF;
}
.AnyTagClassName
{
color: #7A67CF;
}
</style>
background-color css
<style>
a { background-color: #7A67CF; }
a { background-color: rgb(122,103,207); }
div.DivClassName
{
background-color: #7A67CF;
}
.BgClassName
{
background-color: #7A67CF;
}
</style>
border-color css
<style>
span { border-color: #7A67CF; }
span { border-color: rgb(122,103,207); }
td.TdClassName
{
border-color: #7A67CF;
}
.TagClassName
{
border-color: #7A67CF;
}
</style>