Shades of Light Slate Blue #7A66FF
Tints of Light Slate Blue #7A66FF
RGB
CMYK
RGB Variations
Color information
#7A66FF (or 0x7A66FF) is known color: Light Slate Blue. HEX triplet: 7A, 66 and FF. RGB value is (122,102,255). Sum of RGB (Red+Green+Blue) = 122+102+255=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A66FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A66FF is #859900. Grayscale: #7C7C7C. Windows color (decimal): -8755457 or 16737914. OLE color: 16737914.
HSL color Cylindrical-coordinate representation of color #7A66FF: hue angle of 247.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A66FF is Cyan = 0.52, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 102 | 255 | - |
| CMYK | 0.52 | 0.6 | 0 | 0 |
| HSL | 247.84º | 1% | 0.7% | - |
| HSV(B) | 247.84º | 0.6% | 1% | - |
| XYZ | 30.83 | 20.86 | 97.01 | - |
| YUV | 125.42 | 201.13 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 255 | 0.52 | 0.6 | 0 | 0 | 247.84 | 1 | 0.7 |
| Hex | 7A | 66 | FF | 34 | 3C | 0 | 0 | F8 | 64 | 46 |
| Octal | 172 | 146 | 377 | 64 | 74 | 0 | 0 | 370 | 144 | 106 |
| Binary | 1111010 | 1100110 | 11111111 | 110100 | 111100 | 0 | 0 | 11111000 | 1100100 | 1000110 |
Color Harmonies of #7A66FF
Complementary color
Monochromatic Colors of #7A66FF
Black with #7A66FF
Text Example
Text Example
White with #7A66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A66FF; }
p { color: rgb(122,102,255); }
H1.HeaderClassName
{
color: #7A66FF;
}
.AnyTagClassName
{
color: #7A66FF;
}
</style>
background-color css
<style>
a { background-color: #7A66FF; }
a { background-color: rgb(122,102,255); }
div.DivClassName
{
background-color: #7A66FF;
}
.BgClassName
{
background-color: #7A66FF;
}
</style>
border-color css
<style>
span { border-color: #7A66FF; }
span { border-color: rgb(122,102,255); }
td.TdClassName
{
border-color: #7A66FF;
}
.TagClassName
{
border-color: #7A66FF;
}
</style>