Shades of Light Slate Blue #A78BFE
Tints of Light Slate Blue #A78BFE
RGB
CMYK
RGB Variations
Color information
#A78BFE (or 0xA78BFE) is known color: Light Slate Blue. HEX triplet: A7, 8B and FE. RGB value is (167,139,254). Sum of RGB (Red+Green+Blue) = 167+139+254=560 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.82% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #A78BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78BFE is #587401. Grayscale: #A0A0A0. Windows color (decimal): -5796866 or 16681895. OLE color: 16681895.
HSL color Cylindrical-coordinate representation of color #A78BFE: hue angle of 254.61º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A78BFE is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 139 | 254 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.00 |
| HSL | 254.61º | 0.98% | 0.77% | - |
| HSV(B) | 254.61º | 0.45% | 1% | - |
| XYZ | 43.06 | 33.84 | 98.03 | - |
| YUV | 160.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 254 | 0.34 | 0.45 | 0 | 0.00 | 254.61 | 0.98 | 0.77 |
| Hex | A7 | 8B | FE | 22 | 2D | 0 | 0 | FF | 62 | 4D |
| Octal | 247 | 213 | 376 | 42 | 55 | 0 | 0 | 377 | 142 | 115 |
| Binary | 10100111 | 10001011 | 11111110 | 100010 | 101101 | 0 | 0 | 11111111 | 1100010 | 1001101 |
Color Harmonies of #A78BFE
Complementary color
Monochromatic Colors of #A78BFE
Black with #A78BFE
Text Example
Text Example
White with #A78BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BFE; }
p { color: rgb(167,139,254); }
H1.HeaderClassName
{
color: #A78BFE;
}
.AnyTagClassName
{
color: #A78BFE;
}
</style>
background-color css
<style>
a { background-color: #A78BFE; }
a { background-color: rgb(167,139,254); }
div.DivClassName
{
background-color: #A78BFE;
}
.BgClassName
{
background-color: #A78BFE;
}
</style>
border-color css
<style>
span { border-color: #A78BFE; }
span { border-color: rgb(167,139,254); }
td.TdClassName
{
border-color: #A78BFE;
}
.TagClassName
{
border-color: #A78BFE;
}
</style>