Shades of Light Slate Blue #7A7CFF
Tints of Light Slate Blue #7A7CFF
RGB
CMYK
RGB Variations
Color information
#7A7CFF (or 0x7A7CFF) is known color: Light Slate Blue. HEX triplet: 7A, 7C and FF. RGB value is (122,124,255). Sum of RGB (Red+Green+Blue) = 122+124+255=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A7CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7CFF is #858300. Grayscale: #898989. Windows color (decimal): -8749825 or 16743546. OLE color: 16743546.
HSL color Cylindrical-coordinate representation of color #7A7CFF: hue angle of 239.1º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A7CFF is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 124 | 255 | - |
| CMYK | 0.52 | 0.51 | 0 | 0 |
| HSL | 239.1º | 1% | 0.74% | - |
| HSV(B) | 239.1º | 0.52% | 1% | - |
| XYZ | 33.28 | 25.77 | 97.83 | - |
| YUV | 138.34 | 193.84 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 255 | 0.52 | 0.51 | 0 | 0 | 239.1 | 1 | 0.74 |
| Hex | 7A | 7C | FF | 34 | 33 | 0 | 0 | EF | 64 | 4A |
| Octal | 172 | 174 | 377 | 64 | 63 | 0 | 0 | 357 | 144 | 112 |
| Binary | 1111010 | 1111100 | 11111111 | 110100 | 110011 | 0 | 0 | 11101111 | 1100100 | 1001010 |
Color Harmonies of #7A7CFF
Complementary color
Monochromatic Colors of #7A7CFF
Black with #7A7CFF
Text Example
Text Example
White with #7A7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7CFF; }
p { color: rgb(122,124,255); }
H1.HeaderClassName
{
color: #7A7CFF;
}
.AnyTagClassName
{
color: #7A7CFF;
}
</style>
background-color css
<style>
a { background-color: #7A7CFF; }
a { background-color: rgb(122,124,255); }
div.DivClassName
{
background-color: #7A7CFF;
}
.BgClassName
{
background-color: #7A7CFF;
}
</style>
border-color css
<style>
span { border-color: #7A7CFF; }
span { border-color: rgb(122,124,255); }
td.TdClassName
{
border-color: #7A7CFF;
}
.TagClassName
{
border-color: #7A7CFF;
}
</style>