Shades of Light Slate Blue #A484FF
Tints of Light Slate Blue #A484FF
RGB
CMYK
RGB Variations
Color information
#A484FF (or 0xA484FF) is known color: Light Slate Blue. HEX triplet: A4, 84 and FF. RGB value is (164,132,255). Sum of RGB (Red+Green+Blue) = 164+132+255=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #A484FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A484FF is #5B7B00. Grayscale: #9B9B9B. Windows color (decimal): -5995265 or 16745636. OLE color: 16745636.
HSL color Cylindrical-coordinate representation of color #A484FF: hue angle of 255.61º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A484FF is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 132 | 255 | - |
| CMYK | 0.36 | 0.48 | 0 | 0 |
| HSL | 255.61º | 1% | 0.76% | - |
| HSV(B) | 255.61º | 0.48% | 1% | - |
| XYZ | 41.61 | 31.62 | 98.52 | - |
| YUV | 155.59 | 184.1 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 255 | 0.36 | 0.48 | 0 | 0 | 255.61 | 1 | 0.76 |
| Hex | A4 | 84 | FF | 24 | 30 | 0 | 0 | 100 | 64 | 4C |
| Octal | 244 | 204 | 377 | 44 | 60 | 0 | 0 | 400 | 144 | 114 |
| Binary | 10100100 | 10000100 | 11111111 | 100100 | 110000 | 0 | 0 | 100000000 | 1100100 | 1001100 |
Color Harmonies of #A484FF
Complementary color
Monochromatic Colors of #A484FF
Black with #A484FF
Text Example
Text Example
White with #A484FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A484FF; }
p { color: rgb(164,132,255); }
H1.HeaderClassName
{
color: #A484FF;
}
.AnyTagClassName
{
color: #A484FF;
}
</style>
background-color css
<style>
a { background-color: #A484FF; }
a { background-color: rgb(164,132,255); }
div.DivClassName
{
background-color: #A484FF;
}
.BgClassName
{
background-color: #A484FF;
}
</style>
border-color css
<style>
span { border-color: #A484FF; }
span { border-color: rgb(164,132,255); }
td.TdClassName
{
border-color: #A484FF;
}
.TagClassName
{
border-color: #A484FF;
}
</style>