Shades of Light Slate Blue #A78BFD
Tints of Light Slate Blue #A78BFD
RGB
CMYK
RGB Variations
Color information
#A78BFD (or 0xA78BFD) is known color: Light Slate Blue. HEX triplet: A7, 8B and FD. RGB value is (167,139,253). Sum of RGB (Red+Green+Blue) = 167+139+253=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #A78BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78BFD is #587402. Grayscale: #9F9F9F. Windows color (decimal): -5796867 or 16616359. OLE color: 16616359.
HSL color Cylindrical-coordinate representation of color #A78BFD: hue angle of 254.74º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A78BFD is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 139 | 253 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.01 |
| HSL | 254.74º | 0.97% | 0.77% | - |
| HSV(B) | 254.74º | 0.45% | 0.99% | - |
| XYZ | 42.9 | 33.77 | 97.19 | - |
| YUV | 160.37 | 180.28 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 253 | 0.34 | 0.45 | 0 | 0.01 | 254.74 | 0.97 | 0.77 |
| Hex | A7 | 8B | FD | 22 | 2D | 0 | 1 | FF | 61 | 4D |
| Octal | 247 | 213 | 375 | 42 | 55 | 0 | 1 | 377 | 141 | 115 |
| Binary | 10100111 | 10001011 | 11111101 | 100010 | 101101 | 0 | 1 | 11111111 | 1100001 | 1001101 |
Color Harmonies of #A78BFD
Complementary color
Monochromatic Colors of #A78BFD
Black with #A78BFD
Text Example
Text Example
White with #A78BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BFD; }
p { color: rgb(167,139,253); }
H1.HeaderClassName
{
color: #A78BFD;
}
.AnyTagClassName
{
color: #A78BFD;
}
</style>
background-color css
<style>
a { background-color: #A78BFD; }
a { background-color: rgb(167,139,253); }
div.DivClassName
{
background-color: #A78BFD;
}
.BgClassName
{
background-color: #A78BFD;
}
</style>
border-color css
<style>
span { border-color: #A78BFD; }
span { border-color: rgb(167,139,253); }
td.TdClassName
{
border-color: #A78BFD;
}
.TagClassName
{
border-color: #A78BFD;
}
</style>