Shades of Light Slate Blue #A876FE
Tints of Light Slate Blue #A876FE
RGB
CMYK
RGB Variations
Color information
#A876FE (or 0xA876FE) is known color: Light Slate Blue. HEX triplet: A8, 76 and FE. RGB value is (168,118,254). Sum of RGB (Red+Green+Blue) = 168+118+254=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 118 (46.48% from 255 or 21.85% 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 #A876FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A876FE is #578901. Grayscale: #939393. Windows color (decimal): -5736706 or 16676520. OLE color: 16676520.
HSL color Cylindrical-coordinate representation of color #A876FE: hue angle of 262.06º 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 #A876FE is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 118 | 254 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.00 |
| HSL | 262.06º | 0.99% | 0.73% | - |
| HSV(B) | 262.06º | 0.54% | 1% | - |
| XYZ | 40.52 | 28.44 | 97.12 | - |
| YUV | 148.45 | 187.57 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 254 | 0.34 | 0.54 | 0 | 0.00 | 262.06 | 0.99 | 0.73 |
| Hex | A8 | 76 | FE | 22 | 36 | 0 | 0 | 106 | 63 | 49 |
| Octal | 250 | 166 | 376 | 42 | 66 | 0 | 0 | 406 | 143 | 111 |
| Binary | 10101000 | 1110110 | 11111110 | 100010 | 110110 | 0 | 0 | 100000110 | 1100011 | 1001001 |
Color Harmonies of #A876FE
Complementary color
Monochromatic Colors of #A876FE
Black with #A876FE
Text Example
Text Example
White with #A876FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876FE; }
p { color: rgb(168,118,254); }
H1.HeaderClassName
{
color: #A876FE;
}
.AnyTagClassName
{
color: #A876FE;
}
</style>
background-color css
<style>
a { background-color: #A876FE; }
a { background-color: rgb(168,118,254); }
div.DivClassName
{
background-color: #A876FE;
}
.BgClassName
{
background-color: #A876FE;
}
</style>
border-color css
<style>
span { border-color: #A876FE; }
span { border-color: rgb(168,118,254); }
td.TdClassName
{
border-color: #A876FE;
}
.TagClassName
{
border-color: #A876FE;
}
</style>