Shades of Light Slate Blue #A488FE
Tints of Light Slate Blue #A488FE
RGB
CMYK
RGB Variations
Color information
#A488FE (or 0xA488FE) is known color: Light Slate Blue. HEX triplet: A4, 88 and FE. RGB value is (164,136,254). Sum of RGB (Red+Green+Blue) = 164+136+254=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #A488FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A488FE is #5B7701. Grayscale: #9D9D9D. Windows color (decimal): -5994242 or 16681124. OLE color: 16681124.
HSL color Cylindrical-coordinate representation of color #A488FE: hue angle of 254.24º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A488FE is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 136 | 254 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.00 |
| HSL | 254.24º | 0.98% | 0.76% | - |
| HSV(B) | 254.24º | 0.46% | 1% | - |
| XYZ | 42 | 32.66 | 97.86 | - |
| YUV | 157.82 | 182.28 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 254 | 0.35 | 0.46 | 0 | 0.00 | 254.24 | 0.98 | 0.76 |
| Hex | A4 | 88 | FE | 23 | 2E | 0 | 0 | FE | 62 | 4C |
| Octal | 244 | 210 | 376 | 43 | 56 | 0 | 0 | 376 | 142 | 114 |
| Binary | 10100100 | 10001000 | 11111110 | 100011 | 101110 | 0 | 0 | 11111110 | 1100010 | 1001100 |
Color Harmonies of #A488FE
Complementary color
Monochromatic Colors of #A488FE
Black with #A488FE
Text Example
Text Example
White with #A488FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488FE; }
p { color: rgb(164,136,254); }
H1.HeaderClassName
{
color: #A488FE;
}
.AnyTagClassName
{
color: #A488FE;
}
</style>
background-color css
<style>
a { background-color: #A488FE; }
a { background-color: rgb(164,136,254); }
div.DivClassName
{
background-color: #A488FE;
}
.BgClassName
{
background-color: #A488FE;
}
</style>
border-color css
<style>
span { border-color: #A488FE; }
span { border-color: rgb(164,136,254); }
td.TdClassName
{
border-color: #A488FE;
}
.TagClassName
{
border-color: #A488FE;
}
</style>