Shades of Light Slate Blue #8A4FFF
Tints of Light Slate Blue #8A4FFF
RGB
CMYK
RGB Variations
Color information
#8A4FFF (or 0x8A4FFF) is known color: Light Slate Blue. HEX triplet: 8A, 4F and FF. RGB value is (138,79,255). Sum of RGB (Red+Green+Blue) = 138+79+255=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A4FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A4FFF is #75B000. Grayscale: #747474. Windows color (decimal): -7712769 or 16732042. OLE color: 16732042.
HSL color Cylindrical-coordinate representation of color #8A4FFF: hue angle of 260.11º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A4FFF is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 79 | 255 | - |
| CMYK | 0.46 | 0.69 | 0 | 0 |
| HSL | 260.11º | 1% | 0.65% | - |
| HSV(B) | 260.11º | 0.69% | 1% | - |
| XYZ | 31.33 | 18.22 | 96.47 | - |
| YUV | 116.71 | 206.05 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 79 | 255 | 0.46 | 0.69 | 0 | 0 | 260.11 | 1 | 0.65 |
| Hex | 8A | 4F | FF | 2E | 45 | 0 | 0 | 104 | 64 | 41 |
| Octal | 212 | 117 | 377 | 56 | 105 | 0 | 0 | 404 | 144 | 101 |
| Binary | 10001010 | 1001111 | 11111111 | 101110 | 1000101 | 0 | 0 | 100000100 | 1100100 | 1000001 |
Color Harmonies of #8A4FFF
Complementary color
Monochromatic Colors of #8A4FFF
Black with #8A4FFF
Text Example
Text Example
White with #8A4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4FFF; }
p { color: rgb(138,79,255); }
H1.HeaderClassName
{
color: #8A4FFF;
}
.AnyTagClassName
{
color: #8A4FFF;
}
</style>
background-color css
<style>
a { background-color: #8A4FFF; }
a { background-color: rgb(138,79,255); }
div.DivClassName
{
background-color: #8A4FFF;
}
.BgClassName
{
background-color: #8A4FFF;
}
</style>
border-color css
<style>
span { border-color: #8A4FFF; }
span { border-color: rgb(138,79,255); }
td.TdClassName
{
border-color: #8A4FFF;
}
.TagClassName
{
border-color: #8A4FFF;
}
</style>