Shades of Light Slate Blue #8A51FF
Tints of Light Slate Blue #8A51FF
RGB
CMYK
RGB Variations
Color information
#8A51FF (or 0x8A51FF) is known color: Light Slate Blue. HEX triplet: 8A, 51 and FF. RGB value is (138,81,255). Sum of RGB (Red+Green+Blue) = 138+81+255=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A51FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A51FF is #75AE00. Grayscale: #757575. Windows color (decimal): -7712257 or 16732554. OLE color: 16732554.
HSL color Cylindrical-coordinate representation of color #8A51FF: hue angle of 259.66º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A51FF is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 81 | 255 | - |
| CMYK | 0.46 | 0.68 | 0 | 0 |
| HSL | 259.66º | 1% | 0.66% | - |
| HSV(B) | 259.66º | 0.68% | 1% | - |
| XYZ | 31.47 | 18.51 | 96.52 | - |
| YUV | 117.88 | 205.38 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 81 | 255 | 0.46 | 0.68 | 0 | 0 | 259.66 | 1 | 0.66 |
| Hex | 8A | 51 | FF | 2E | 44 | 0 | 0 | 104 | 64 | 42 |
| Octal | 212 | 121 | 377 | 56 | 104 | 0 | 0 | 404 | 144 | 102 |
| Binary | 10001010 | 1010001 | 11111111 | 101110 | 1000100 | 0 | 0 | 100000100 | 1100100 | 1000010 |
Color Harmonies of #8A51FF
Complementary color
Monochromatic Colors of #8A51FF
Black with #8A51FF
Text Example
Text Example
White with #8A51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A51FF; }
p { color: rgb(138,81,255); }
H1.HeaderClassName
{
color: #8A51FF;
}
.AnyTagClassName
{
color: #8A51FF;
}
</style>
background-color css
<style>
a { background-color: #8A51FF; }
a { background-color: rgb(138,81,255); }
div.DivClassName
{
background-color: #8A51FF;
}
.BgClassName
{
background-color: #8A51FF;
}
</style>
border-color css
<style>
span { border-color: #8A51FF; }
span { border-color: rgb(138,81,255); }
td.TdClassName
{
border-color: #8A51FF;
}
.TagClassName
{
border-color: #8A51FF;
}
</style>