Shades of Slate Blue #7A66CF
Tints of Slate Blue #7A66CF
RGB
CMYK
RGB Variations
Color information
#7A66CF (or 0x7A66CF) is known color: Slate Blue. HEX triplet: 7A, 66 and CF. RGB value is (122,102,207). Sum of RGB (Red+Green+Blue) = 122+102+207=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 102 (40.23% from 255 or 23.67% 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 #7A66CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A66CF is #859930. Grayscale: #777777. Windows color (decimal): -8755505 or 13592186. OLE color: 13592186.
HSL color Cylindrical-coordinate representation of color #7A66CF: hue angle of 251.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A66CF is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 102 | 207 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.19 |
| HSL | 251.43º | 0.52% | 0.61% | - |
| HSV(B) | 251.43º | 0.51% | 0.81% | - |
| XYZ | 24.04 | 18.15 | 61.27 | - |
| YUV | 119.95 | 177.13 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 207 | 0.41 | 0.51 | 0 | 0.19 | 251.43 | 0.52 | 0.61 |
| Hex | 7A | 66 | CF | 29 | 33 | 0 | 13 | FB | 34 | 3D |
| Octal | 172 | 146 | 317 | 51 | 63 | 0 | 23 | 373 | 64 | 75 |
| Binary | 1111010 | 1100110 | 11001111 | 101001 | 110011 | 0 | 10011 | 11111011 | 110100 | 111101 |
Color Harmonies of #7A66CF
Complementary color
Monochromatic Colors of #7A66CF
Black with #7A66CF
Text Example
Text Example
White with #7A66CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A66CF; }
p { color: rgb(122,102,207); }
H1.HeaderClassName
{
color: #7A66CF;
}
.AnyTagClassName
{
color: #7A66CF;
}
</style>
background-color css
<style>
a { background-color: #7A66CF; }
a { background-color: rgb(122,102,207); }
div.DivClassName
{
background-color: #7A66CF;
}
.BgClassName
{
background-color: #7A66CF;
}
</style>
border-color css
<style>
span { border-color: #7A66CF; }
span { border-color: rgb(122,102,207); }
td.TdClassName
{
border-color: #7A66CF;
}
.TagClassName
{
border-color: #7A66CF;
}
</style>