Shades of Light Slate Blue #8A5BFF
Tints of Light Slate Blue #8A5BFF
RGB
CMYK
RGB Variations
Color information
#8A5BFF (or 0x8A5BFF) is known color: Light Slate Blue. HEX triplet: 8A, 5B and FF. RGB value is (138,91,255). Sum of RGB (Red+Green+Blue) = 138+91+255=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A5BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5BFF is #75A400. Grayscale: #7B7B7B. Windows color (decimal): -7709697 or 16735114. OLE color: 16735114.
HSL color Cylindrical-coordinate representation of color #8A5BFF: hue angle of 257.2º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A5BFF is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 91 | 255 | - |
| CMYK | 0.46 | 0.64 | 0 | 0 |
| HSL | 257.2º | 1% | 0.68% | - |
| HSV(B) | 257.2º | 0.64% | 1% | - |
| XYZ | 32.27 | 20.11 | 96.79 | - |
| YUV | 123.75 | 202.07 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 91 | 255 | 0.46 | 0.64 | 0 | 0 | 257.2 | 1 | 0.68 |
| Hex | 8A | 5B | FF | 2E | 40 | 0 | 0 | 101 | 64 | 44 |
| Octal | 212 | 133 | 377 | 56 | 100 | 0 | 0 | 401 | 144 | 104 |
| Binary | 10001010 | 1011011 | 11111111 | 101110 | 1000000 | 0 | 0 | 100000001 | 1100100 | 1000100 |
Color Harmonies of #8A5BFF
Complementary color
Monochromatic Colors of #8A5BFF
Black with #8A5BFF
Text Example
Text Example
White with #8A5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5BFF; }
p { color: rgb(138,91,255); }
H1.HeaderClassName
{
color: #8A5BFF;
}
.AnyTagClassName
{
color: #8A5BFF;
}
</style>
background-color css
<style>
a { background-color: #8A5BFF; }
a { background-color: rgb(138,91,255); }
div.DivClassName
{
background-color: #8A5BFF;
}
.BgClassName
{
background-color: #8A5BFF;
}
</style>
border-color css
<style>
span { border-color: #8A5BFF; }
span { border-color: rgb(138,91,255); }
td.TdClassName
{
border-color: #8A5BFF;
}
.TagClassName
{
border-color: #8A5BFF;
}
</style>