Shades of Light Slate Blue #A777FE
Tints of Light Slate Blue #A777FE
RGB
CMYK
RGB Variations
Color information
#A777FE (or 0xA777FE) is known color: Light Slate Blue. HEX triplet: A7, 77 and FE. RGB value is (167,119,254). Sum of RGB (Red+Green+Blue) = 167+119+254=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #A777FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A777FE is #588801. Grayscale: #949494. Windows color (decimal): -5801986 or 16676775. OLE color: 16676775.
HSL color Cylindrical-coordinate representation of color #A777FE: hue angle of 261.33º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A777FE is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 119 | 254 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.00 |
| HSL | 261.33º | 0.99% | 0.73% | - |
| HSV(B) | 261.33º | 0.53% | 1% | - |
| XYZ | 40.42 | 28.56 | 97.15 | - |
| YUV | 148.74 | 187.4 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 119 | 254 | 0.34 | 0.53 | 0 | 0.00 | 261.33 | 0.99 | 0.73 |
| Hex | A7 | 77 | FE | 22 | 35 | 0 | 0 | 105 | 63 | 49 |
| Octal | 247 | 167 | 376 | 42 | 65 | 0 | 0 | 405 | 143 | 111 |
| Binary | 10100111 | 1110111 | 11111110 | 100010 | 110101 | 0 | 0 | 100000101 | 1100011 | 1001001 |
Color Harmonies of #A777FE
Complementary color
Monochromatic Colors of #A777FE
Black with #A777FE
Text Example
Text Example
White with #A777FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A777FE; }
p { color: rgb(167,119,254); }
H1.HeaderClassName
{
color: #A777FE;
}
.AnyTagClassName
{
color: #A777FE;
}
</style>
background-color css
<style>
a { background-color: #A777FE; }
a { background-color: rgb(167,119,254); }
div.DivClassName
{
background-color: #A777FE;
}
.BgClassName
{
background-color: #A777FE;
}
</style>
border-color css
<style>
span { border-color: #A777FE; }
span { border-color: rgb(167,119,254); }
td.TdClassName
{
border-color: #A777FE;
}
.TagClassName
{
border-color: #A777FE;
}
</style>