Shades of Light Slate Blue #A27DF9
Tints of Light Slate Blue #A27DF9
RGB
CMYK
RGB Variations
Color information
#A27DF9 (or 0xA27DF9) is known color: Light Slate Blue. HEX triplet: A2, 7D and F9. RGB value is (162,125,249). Sum of RGB (Red+Green+Blue) = 162+125+249=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #A27DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27DF9 is #5D8206. Grayscale: #959595. Windows color (decimal): -6128135 or 16350626. OLE color: 16350626.
HSL color Cylindrical-coordinate representation of color #A27DF9: hue angle of 257.9º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A27DF9 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 125 | 249 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.02 |
| HSL | 257.9º | 0.91% | 0.73% | - |
| HSV(B) | 257.9º | 0.5% | 0.98% | - |
| XYZ | 39.33 | 29.19 | 93.18 | - |
| YUV | 150.2 | 183.76 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 249 | 0.35 | 0.50 | 0 | 0.02 | 257.9 | 0.91 | 0.73 |
| Hex | A2 | 7D | F9 | 23 | 32 | 0 | 2 | 102 | 5B | 49 |
| Octal | 242 | 175 | 371 | 43 | 62 | 0 | 2 | 402 | 133 | 111 |
| Binary | 10100010 | 1111101 | 11111001 | 100011 | 110010 | 0 | 10 | 100000010 | 1011011 | 1001001 |
Color Harmonies of #A27DF9
Complementary color
Monochromatic Colors of #A27DF9
Black with #A27DF9
Text Example
Text Example
White with #A27DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DF9; }
p { color: rgb(162,125,249); }
H1.HeaderClassName
{
color: #A27DF9;
}
.AnyTagClassName
{
color: #A27DF9;
}
</style>
background-color css
<style>
a { background-color: #A27DF9; }
a { background-color: rgb(162,125,249); }
div.DivClassName
{
background-color: #A27DF9;
}
.BgClassName
{
background-color: #A27DF9;
}
</style>
border-color css
<style>
span { border-color: #A27DF9; }
span { border-color: rgb(162,125,249); }
td.TdClassName
{
border-color: #A27DF9;
}
.TagClassName
{
border-color: #A27DF9;
}
</style>