Shades of Light Slate Blue #A776FE
Tints of Light Slate Blue #A776FE
RGB
CMYK
RGB Variations
Color information
#A776FE (or 0xA776FE) is known color: Light Slate Blue. HEX triplet: A7, 76 and FE. RGB value is (167,118,254). Sum of RGB (Red+Green+Blue) = 167+118+254=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #A776FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A776FE is #588901. Grayscale: #939393. Windows color (decimal): -5802242 or 16676519. OLE color: 16676519.
HSL color Cylindrical-coordinate representation of color #A776FE: hue angle of 261.62º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A776FE is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 118 | 254 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.00 |
| HSL | 261.62º | 0.99% | 0.73% | - |
| HSV(B) | 261.62º | 0.54% | 1% | - |
| XYZ | 40.3 | 28.33 | 97.11 | - |
| YUV | 148.16 | 187.73 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 254 | 0.34 | 0.54 | 0 | 0.00 | 261.62 | 0.99 | 0.73 |
| Hex | A7 | 76 | FE | 22 | 36 | 0 | 0 | 106 | 63 | 49 |
| Octal | 247 | 166 | 376 | 42 | 66 | 0 | 0 | 406 | 143 | 111 |
| Binary | 10100111 | 1110110 | 11111110 | 100010 | 110110 | 0 | 0 | 100000110 | 1100011 | 1001001 |
Color Harmonies of #A776FE
Complementary color
Monochromatic Colors of #A776FE
Black with #A776FE
Text Example
Text Example
White with #A776FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A776FE; }
p { color: rgb(167,118,254); }
H1.HeaderClassName
{
color: #A776FE;
}
.AnyTagClassName
{
color: #A776FE;
}
</style>
background-color css
<style>
a { background-color: #A776FE; }
a { background-color: rgb(167,118,254); }
div.DivClassName
{
background-color: #A776FE;
}
.BgClassName
{
background-color: #A776FE;
}
</style>
border-color css
<style>
span { border-color: #A776FE; }
span { border-color: rgb(167,118,254); }
td.TdClassName
{
border-color: #A776FE;
}
.TagClassName
{
border-color: #A776FE;
}
</style>