Shades of Light Slate Blue #AB83FF
Tints of Light Slate Blue #AB83FF
RGB
CMYK
RGB Variations
Color information
#AB83FF (or 0xAB83FF) is known color: Light Slate Blue. HEX triplet: AB, 83 and FF. RGB value is (171,131,255). Sum of RGB (Red+Green+Blue) = 171+131+255=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB83FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB83FF is #547C00. Grayscale: #9C9C9C. Windows color (decimal): -5536769 or 16745387. OLE color: 16745387.
HSL color Cylindrical-coordinate representation of color #AB83FF: hue angle of 259.35º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB83FF is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 131 | 255 | - |
| CMYK | 0.33 | 0.49 | 0 | 0 |
| HSL | 259.35º | 1% | 0.76% | - |
| HSV(B) | 259.35º | 0.49% | 1% | - |
| XYZ | 42.96 | 32.11 | 98.54 | - |
| YUV | 157.1 | 183.25 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 255 | 0.33 | 0.49 | 0 | 0 | 259.35 | 1 | 0.76 |
| Hex | AB | 83 | FF | 21 | 31 | 0 | 0 | 103 | 64 | 4C |
| Octal | 253 | 203 | 377 | 41 | 61 | 0 | 0 | 403 | 144 | 114 |
| Binary | 10101011 | 10000011 | 11111111 | 100001 | 110001 | 0 | 0 | 100000011 | 1100100 | 1001100 |
Color Harmonies of #AB83FF
Complementary color
Monochromatic Colors of #AB83FF
Black with #AB83FF
Text Example
Text Example
White with #AB83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB83FF; }
p { color: rgb(171,131,255); }
H1.HeaderClassName
{
color: #AB83FF;
}
.AnyTagClassName
{
color: #AB83FF;
}
</style>
background-color css
<style>
a { background-color: #AB83FF; }
a { background-color: rgb(171,131,255); }
div.DivClassName
{
background-color: #AB83FF;
}
.BgClassName
{
background-color: #AB83FF;
}
</style>
border-color css
<style>
span { border-color: #AB83FF; }
span { border-color: rgb(171,131,255); }
td.TdClassName
{
border-color: #AB83FF;
}
.TagClassName
{
border-color: #AB83FF;
}
</style>