Shades of Light Slate Blue #A787FF
Tints of Light Slate Blue #A787FF
RGB
CMYK
RGB Variations
Color information
#A787FF (or 0xA787FF) is known color: Light Slate Blue. HEX triplet: A7, 87 and FF. RGB value is (167,135,255). Sum of RGB (Red+Green+Blue) = 167+135+255=557 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.98% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #A787FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A787FF is #587800. Grayscale: #9D9D9D. Windows color (decimal): -5797889 or 16746407. OLE color: 16746407.
HSL color Cylindrical-coordinate representation of color #A787FF: hue angle of 256º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A787FF is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 135 | 255 | - |
| CMYK | 0.35 | 0.47 | 0 | 0 |
| HSL | 256º | 1% | 0.76% | - |
| HSV(B) | 256º | 0.47% | 1% | - |
| XYZ | 42.65 | 32.76 | 98.68 | - |
| YUV | 158.25 | 182.6 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 135 | 255 | 0.35 | 0.47 | 0 | 0 | 256 | 1 | 0.76 |
| Hex | A7 | 87 | FF | 23 | 2F | 0 | 0 | 100 | 64 | 4C |
| Octal | 247 | 207 | 377 | 43 | 57 | 0 | 0 | 400 | 144 | 114 |
| Binary | 10100111 | 10000111 | 11111111 | 100011 | 101111 | 0 | 0 | 100000000 | 1100100 | 1001100 |
Color Harmonies of #A787FF
Complementary color
Monochromatic Colors of #A787FF
Black with #A787FF
Text Example
Text Example
White with #A787FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A787FF; }
p { color: rgb(167,135,255); }
H1.HeaderClassName
{
color: #A787FF;
}
.AnyTagClassName
{
color: #A787FF;
}
</style>
background-color css
<style>
a { background-color: #A787FF; }
a { background-color: rgb(167,135,255); }
div.DivClassName
{
background-color: #A787FF;
}
.BgClassName
{
background-color: #A787FF;
}
</style>
border-color css
<style>
span { border-color: #A787FF; }
span { border-color: rgb(167,135,255); }
td.TdClassName
{
border-color: #A787FF;
}
.TagClassName
{
border-color: #A787FF;
}
</style>