Shades of Light Slate Blue #A78AFB
Tints of Light Slate Blue #A78AFB
RGB
CMYK
RGB Variations
Color information
#A78AFB (or 0xA78AFB) is known color: Light Slate Blue. HEX triplet: A7, 8A and FB. RGB value is (167,138,251). Sum of RGB (Red+Green+Blue) = 167+138+251=556 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.04% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #A78AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78AFB is #587504. Grayscale: #9F9F9F. Windows color (decimal): -5797125 or 16485031. OLE color: 16485031.
HSL color Cylindrical-coordinate representation of color #A78AFB: hue angle of 255.4º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A78AFB is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 138 | 251 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.02 |
| HSL | 255.4º | 0.93% | 0.76% | - |
| HSV(B) | 255.4º | 0.45% | 0.98% | - |
| XYZ | 42.44 | 33.36 | 95.47 | - |
| YUV | 159.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 251 | 0.33 | 0.45 | 0 | 0.02 | 255.4 | 0.93 | 0.76 |
| Hex | A7 | 8A | FB | 21 | 2D | 0 | 2 | FF | 5D | 4C |
| Octal | 247 | 212 | 373 | 41 | 55 | 0 | 2 | 377 | 135 | 114 |
| Binary | 10100111 | 10001010 | 11111011 | 100001 | 101101 | 0 | 10 | 11111111 | 1011101 | 1001100 |
Color Harmonies of #A78AFB
Complementary color
Monochromatic Colors of #A78AFB
Black with #A78AFB
Text Example
Text Example
White with #A78AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78AFB; }
p { color: rgb(167,138,251); }
H1.HeaderClassName
{
color: #A78AFB;
}
.AnyTagClassName
{
color: #A78AFB;
}
</style>
background-color css
<style>
a { background-color: #A78AFB; }
a { background-color: rgb(167,138,251); }
div.DivClassName
{
background-color: #A78AFB;
}
.BgClassName
{
background-color: #A78AFB;
}
</style>
border-color css
<style>
span { border-color: #A78AFB; }
span { border-color: rgb(167,138,251); }
td.TdClassName
{
border-color: #A78AFB;
}
.TagClassName
{
border-color: #A78AFB;
}
</style>