Shades of Light Slate Blue #A877FE
Tints of Light Slate Blue #A877FE
RGB
CMYK
RGB Variations
Color information
#A877FE (or 0xA877FE) is known color: Light Slate Blue. HEX triplet: A8, 77 and FE. RGB value is (168,119,254). Sum of RGB (Red+Green+Blue) = 168+119+254=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #A877FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A877FE is #578801. Grayscale: #949494. Windows color (decimal): -5736450 or 16676776. OLE color: 16676776.
HSL color Cylindrical-coordinate representation of color #A877FE: hue angle of 261.78º 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 #A877FE is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 119 | 254 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.00 |
| HSL | 261.78º | 0.99% | 0.73% | - |
| HSV(B) | 261.78º | 0.53% | 1% | - |
| XYZ | 40.63 | 28.67 | 97.16 | - |
| YUV | 149.04 | 187.23 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 254 | 0.34 | 0.53 | 0 | 0.00 | 261.78 | 0.99 | 0.73 |
| Hex | A8 | 77 | FE | 22 | 35 | 0 | 0 | 106 | 63 | 49 |
| Octal | 250 | 167 | 376 | 42 | 65 | 0 | 0 | 406 | 143 | 111 |
| Binary | 10101000 | 1110111 | 11111110 | 100010 | 110101 | 0 | 0 | 100000110 | 1100011 | 1001001 |
Color Harmonies of #A877FE
Complementary color
Monochromatic Colors of #A877FE
Black with #A877FE
Text Example
Text Example
White with #A877FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A877FE; }
p { color: rgb(168,119,254); }
H1.HeaderClassName
{
color: #A877FE;
}
.AnyTagClassName
{
color: #A877FE;
}
</style>
background-color css
<style>
a { background-color: #A877FE; }
a { background-color: rgb(168,119,254); }
div.DivClassName
{
background-color: #A877FE;
}
.BgClassName
{
background-color: #A877FE;
}
</style>
border-color css
<style>
span { border-color: #A877FE; }
span { border-color: rgb(168,119,254); }
td.TdClassName
{
border-color: #A877FE;
}
.TagClassName
{
border-color: #A877FE;
}
</style>