Shades of Light Slate Blue #AB7BFF
Tints of Light Slate Blue #AB7BFF
RGB
CMYK
RGB Variations
Color information
#AB7BFF (or 0xAB7BFF) is known color: Light Slate Blue. HEX triplet: AB, 7B and FF. RGB value is (171,123,255). Sum of RGB (Red+Green+Blue) = 171+123+255=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB7BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7BFF is #548400. Grayscale: #979797. Windows color (decimal): -5538817 or 16743339. OLE color: 16743339.
HSL color Cylindrical-coordinate representation of color #AB7BFF: hue angle of 261.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB7BFF is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 123 | 255 | - |
| CMYK | 0.33 | 0.52 | 0 | 0 |
| HSL | 261.82º | 1% | 0.74% | - |
| HSV(B) | 261.82º | 0.52% | 1% | - |
| XYZ | 41.93 | 30.04 | 98.2 | - |
| YUV | 152.4 | 185.9 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 255 | 0.33 | 0.52 | 0 | 0 | 261.82 | 1 | 0.74 |
| Hex | AB | 7B | FF | 21 | 34 | 0 | 0 | 106 | 64 | 4A |
| Octal | 253 | 173 | 377 | 41 | 64 | 0 | 0 | 406 | 144 | 112 |
| Binary | 10101011 | 1111011 | 11111111 | 100001 | 110100 | 0 | 0 | 100000110 | 1100100 | 1001010 |
Color Harmonies of #AB7BFF
Complementary color
Monochromatic Colors of #AB7BFF
Black with #AB7BFF
Text Example
Text Example
White with #AB7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BFF; }
p { color: rgb(171,123,255); }
H1.HeaderClassName
{
color: #AB7BFF;
}
.AnyTagClassName
{
color: #AB7BFF;
}
</style>
background-color css
<style>
a { background-color: #AB7BFF; }
a { background-color: rgb(171,123,255); }
div.DivClassName
{
background-color: #AB7BFF;
}
.BgClassName
{
background-color: #AB7BFF;
}
</style>
border-color css
<style>
span { border-color: #AB7BFF; }
span { border-color: rgb(171,123,255); }
td.TdClassName
{
border-color: #AB7BFF;
}
.TagClassName
{
border-color: #AB7BFF;
}
</style>