Shades of Light Slate Blue #A77BFD
Tints of Light Slate Blue #A77BFD
RGB
CMYK
RGB Variations
Color information
#A77BFD (or 0xA77BFD) is known color: Light Slate Blue. HEX triplet: A7, 7B and FD. RGB value is (167,123,253). Sum of RGB (Red+Green+Blue) = 167+123+253=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #A77BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77BFD is #588402. Grayscale: #969696. Windows color (decimal): -5800963 or 16612263. OLE color: 16612263.
HSL color Cylindrical-coordinate representation of color #A77BFD: hue angle of 260.31º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A77BFD is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 123 | 253 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.01 |
| HSL | 260.31º | 0.97% | 0.74% | - |
| HSV(B) | 260.31º | 0.51% | 0.99% | - |
| XYZ | 40.75 | 29.47 | 96.47 | - |
| YUV | 150.98 | 185.58 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 253 | 0.34 | 0.51 | 0 | 0.01 | 260.31 | 0.97 | 0.74 |
| Hex | A7 | 7B | FD | 22 | 33 | 0 | 1 | 104 | 61 | 4A |
| Octal | 247 | 173 | 375 | 42 | 63 | 0 | 1 | 404 | 141 | 112 |
| Binary | 10100111 | 1111011 | 11111101 | 100010 | 110011 | 0 | 1 | 100000100 | 1100001 | 1001010 |
Color Harmonies of #A77BFD
Complementary color
Monochromatic Colors of #A77BFD
Black with #A77BFD
Text Example
Text Example
White with #A77BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77BFD; }
p { color: rgb(167,123,253); }
H1.HeaderClassName
{
color: #A77BFD;
}
.AnyTagClassName
{
color: #A77BFD;
}
</style>
background-color css
<style>
a { background-color: #A77BFD; }
a { background-color: rgb(167,123,253); }
div.DivClassName
{
background-color: #A77BFD;
}
.BgClassName
{
background-color: #A77BFD;
}
</style>
border-color css
<style>
span { border-color: #A77BFD; }
span { border-color: rgb(167,123,253); }
td.TdClassName
{
border-color: #A77BFD;
}
.TagClassName
{
border-color: #A77BFD;
}
</style>