Shades of Light Slate Blue #8A5BFD
Tints of Light Slate Blue #8A5BFD
RGB
CMYK
RGB Variations
Color information
#8A5BFD (or 0x8A5BFD) is known color: Light Slate Blue. HEX triplet: 8A, 5B and FD. RGB value is (138,91,253). Sum of RGB (Red+Green+Blue) = 138+91+253=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A5BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5BFD is #75A402. Grayscale: #7A7A7A. Windows color (decimal): -7709699 or 16604042. OLE color: 16604042.
HSL color Cylindrical-coordinate representation of color #8A5BFD: hue angle of 257.41º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A5BFD is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 91 | 253 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.01 |
| HSL | 257.41º | 0.98% | 0.67% | - |
| HSV(B) | 257.41º | 0.64% | 0.99% | - |
| XYZ | 31.95 | 19.98 | 95.1 | - |
| YUV | 123.52 | 201.07 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 91 | 253 | 0.45 | 0.64 | 0 | 0.01 | 257.41 | 0.98 | 0.67 |
| Hex | 8A | 5B | FD | 2D | 40 | 0 | 1 | 101 | 62 | 43 |
| Octal | 212 | 133 | 375 | 55 | 100 | 0 | 1 | 401 | 142 | 103 |
| Binary | 10001010 | 1011011 | 11111101 | 101101 | 1000000 | 0 | 1 | 100000001 | 1100010 | 1000011 |
Color Harmonies of #8A5BFD
Complementary color
Monochromatic Colors of #8A5BFD
Black with #8A5BFD
Text Example
Text Example
White with #8A5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5BFD; }
p { color: rgb(138,91,253); }
H1.HeaderClassName
{
color: #8A5BFD;
}
.AnyTagClassName
{
color: #8A5BFD;
}
</style>
background-color css
<style>
a { background-color: #8A5BFD; }
a { background-color: rgb(138,91,253); }
div.DivClassName
{
background-color: #8A5BFD;
}
.BgClassName
{
background-color: #8A5BFD;
}
</style>
border-color css
<style>
span { border-color: #8A5BFD; }
span { border-color: rgb(138,91,253); }
td.TdClassName
{
border-color: #8A5BFD;
}
.TagClassName
{
border-color: #8A5BFD;
}
</style>