Shades of Light Slate Blue #817AFB
Tints of Light Slate Blue #817AFB
RGB
CMYK
RGB Variations
Color information
#817AFB (or 0x817AFB) is known color: Light Slate Blue. HEX triplet: 81, 7A and FB. RGB value is (129,122,251). Sum of RGB (Red+Green+Blue) = 129+122+251=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #817AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817AFB is #7E8504. Grayscale: #8A8A8A. Windows color (decimal): -8291589 or 16480897. OLE color: 16480897.
HSL color Cylindrical-coordinate representation of color #817AFB: hue angle of 243.26º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #817AFB is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 122 | 251 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.02 |
| HSL | 243.26º | 0.94% | 0.73% | - |
| HSV(B) | 243.26º | 0.51% | 0.98% | - |
| XYZ | 33.43 | 25.55 | 94.44 | - |
| YUV | 138.8 | 191.32 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 251 | 0.49 | 0.51 | 0 | 0.02 | 243.26 | 0.94 | 0.73 |
| Hex | 81 | 7A | FB | 31 | 33 | 0 | 2 | F3 | 5E | 49 |
| Octal | 201 | 172 | 373 | 61 | 63 | 0 | 2 | 363 | 136 | 111 |
| Binary | 10000001 | 1111010 | 11111011 | 110001 | 110011 | 0 | 10 | 11110011 | 1011110 | 1001001 |
Color Harmonies of #817AFB
Complementary color
Monochromatic Colors of #817AFB
Black with #817AFB
Text Example
Text Example
White with #817AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817AFB; }
p { color: rgb(129,122,251); }
H1.HeaderClassName
{
color: #817AFB;
}
.AnyTagClassName
{
color: #817AFB;
}
</style>
background-color css
<style>
a { background-color: #817AFB; }
a { background-color: rgb(129,122,251); }
div.DivClassName
{
background-color: #817AFB;
}
.BgClassName
{
background-color: #817AFB;
}
</style>
border-color css
<style>
span { border-color: #817AFB; }
span { border-color: rgb(129,122,251); }
td.TdClassName
{
border-color: #817AFB;
}
.TagClassName
{
border-color: #817AFB;
}
</style>