Shades of Light Slate Blue #8A5FFF
Tints of Light Slate Blue #8A5FFF
RGB
CMYK
RGB Variations
Color information
#8A5FFF (or 0x8A5FFF) is known color: Light Slate Blue. HEX triplet: 8A, 5F and FF. RGB value is (138,95,255). Sum of RGB (Red+Green+Blue) = 138+95+255=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A5FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5FFF is #75A000. Grayscale: #7D7D7D. Windows color (decimal): -7708673 or 16736138. OLE color: 16736138.
HSL color Cylindrical-coordinate representation of color #8A5FFF: hue angle of 256.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A5FFF is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 95 | 255 | - |
| CMYK | 0.46 | 0.63 | 0 | 0 |
| HSL | 256.13º | 1% | 0.69% | - |
| HSV(B) | 256.13º | 0.63% | 1% | - |
| XYZ | 32.62 | 20.81 | 96.9 | - |
| YUV | 126.1 | 200.75 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 255 | 0.46 | 0.63 | 0 | 0 | 256.13 | 1 | 0.69 |
| Hex | 8A | 5F | FF | 2E | 3F | 0 | 0 | 100 | 64 | 45 |
| Octal | 212 | 137 | 377 | 56 | 77 | 0 | 0 | 400 | 144 | 105 |
| Binary | 10001010 | 1011111 | 11111111 | 101110 | 111111 | 0 | 0 | 100000000 | 1100100 | 1000101 |
Color Harmonies of #8A5FFF
Complementary color
Monochromatic Colors of #8A5FFF
Black with #8A5FFF
Text Example
Text Example
White with #8A5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5FFF; }
p { color: rgb(138,95,255); }
H1.HeaderClassName
{
color: #8A5FFF;
}
.AnyTagClassName
{
color: #8A5FFF;
}
</style>
background-color css
<style>
a { background-color: #8A5FFF; }
a { background-color: rgb(138,95,255); }
div.DivClassName
{
background-color: #8A5FFF;
}
.BgClassName
{
background-color: #8A5FFF;
}
</style>
border-color css
<style>
span { border-color: #8A5FFF; }
span { border-color: rgb(138,95,255); }
td.TdClassName
{
border-color: #8A5FFF;
}
.TagClassName
{
border-color: #8A5FFF;
}
</style>