Shades of Light Slate Blue #AB7CFF
Tints of Light Slate Blue #AB7CFF
RGB
CMYK
RGB Variations
Color information
#AB7CFF (or 0xAB7CFF) is known color: Light Slate Blue. HEX triplet: AB, 7C and FF. RGB value is (171,124,255). Sum of RGB (Red+Green+Blue) = 171+124+255=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB7CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7CFF is #548300. Grayscale: #989898. Windows color (decimal): -5538561 or 16743595. OLE color: 16743595.
HSL color Cylindrical-coordinate representation of color #AB7CFF: hue angle of 261.53º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB7CFF is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 124 | 255 | - |
| CMYK | 0.33 | 0.51 | 0 | 0 |
| HSL | 261.53º | 1% | 0.74% | - |
| HSV(B) | 261.53º | 0.51% | 1% | - |
| XYZ | 42.05 | 30.29 | 98.24 | - |
| YUV | 152.99 | 185.57 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 255 | 0.33 | 0.51 | 0 | 0 | 261.53 | 1 | 0.74 |
| Hex | AB | 7C | FF | 21 | 33 | 0 | 0 | 106 | 64 | 4A |
| Octal | 253 | 174 | 377 | 41 | 63 | 0 | 0 | 406 | 144 | 112 |
| Binary | 10101011 | 1111100 | 11111111 | 100001 | 110011 | 0 | 0 | 100000110 | 1100100 | 1001010 |
Color Harmonies of #AB7CFF
Complementary color
Monochromatic Colors of #AB7CFF
Black with #AB7CFF
Text Example
Text Example
White with #AB7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7CFF; }
p { color: rgb(171,124,255); }
H1.HeaderClassName
{
color: #AB7CFF;
}
.AnyTagClassName
{
color: #AB7CFF;
}
</style>
background-color css
<style>
a { background-color: #AB7CFF; }
a { background-color: rgb(171,124,255); }
div.DivClassName
{
background-color: #AB7CFF;
}
.BgClassName
{
background-color: #AB7CFF;
}
</style>
border-color css
<style>
span { border-color: #AB7CFF; }
span { border-color: rgb(171,124,255); }
td.TdClassName
{
border-color: #AB7CFF;
}
.TagClassName
{
border-color: #AB7CFF;
}
</style>