Shades of Slate Blue #7A51CF
Tints of Slate Blue #7A51CF
RGB
CMYK
RGB Variations
Color information
#7A51CF (or 0x7A51CF) is known color: Slate Blue. HEX triplet: 7A, 51 and CF. RGB value is (122,81,207). Sum of RGB (Red+Green+Blue) = 122+81+207=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A51CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A51CF is #85AE30. Grayscale: #6B6B6B. Windows color (decimal): -8760881 or 13586810. OLE color: 13586810.
HSL color Cylindrical-coordinate representation of color #7A51CF: hue angle of 259.52º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A51CF is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 81 | 207 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.19 |
| HSL | 259.52º | 0.57% | 0.56% | - |
| HSV(B) | 259.52º | 0.61% | 0.81% | - |
| XYZ | 22.23 | 14.53 | 60.66 | - |
| YUV | 107.62 | 184.08 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 207 | 0.41 | 0.61 | 0 | 0.19 | 259.52 | 0.57 | 0.56 |
| Hex | 7A | 51 | CF | 29 | 3D | 0 | 13 | 104 | 39 | 38 |
| Octal | 172 | 121 | 317 | 51 | 75 | 0 | 23 | 404 | 71 | 70 |
| Binary | 1111010 | 1010001 | 11001111 | 101001 | 111101 | 0 | 10011 | 100000100 | 111001 | 111000 |
Color Harmonies of #7A51CF
Complementary color
Monochromatic Colors of #7A51CF
Black with #7A51CF
Text Example
Text Example
White with #7A51CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A51CF; }
p { color: rgb(122,81,207); }
H1.HeaderClassName
{
color: #7A51CF;
}
.AnyTagClassName
{
color: #7A51CF;
}
</style>
background-color css
<style>
a { background-color: #7A51CF; }
a { background-color: rgb(122,81,207); }
div.DivClassName
{
background-color: #7A51CF;
}
.BgClassName
{
background-color: #7A51CF;
}
</style>
border-color css
<style>
span { border-color: #7A51CF; }
span { border-color: rgb(122,81,207); }
td.TdClassName
{
border-color: #7A51CF;
}
.TagClassName
{
border-color: #7A51CF;
}
</style>