Shades of Light Slate Blue #8A5FF8
Tints of Light Slate Blue #8A5FF8
RGB
CMYK
RGB Variations
Color information
#8A5FF8 (or 0x8A5FF8) is known color: Light Slate Blue. HEX triplet: 8A, 5F and F8. RGB value is (138,95,248). Sum of RGB (Red+Green+Blue) = 138+95+248=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #8A5FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5FF8 is #75A007. Grayscale: #7C7C7C. Windows color (decimal): -7708680 or 16277386. OLE color: 16277386.
HSL color Cylindrical-coordinate representation of color #8A5FF8: hue angle of 256.86º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A5FF8 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 95 | 248 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.03 |
| HSL | 256.86º | 0.92% | 0.67% | - |
| HSV(B) | 256.86º | 0.62% | 0.97% | - |
| XYZ | 31.52 | 20.37 | 91.08 | - |
| YUV | 125.3 | 197.25 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 248 | 0.44 | 0.62 | 0 | 0.03 | 256.86 | 0.92 | 0.67 |
| Hex | 8A | 5F | F8 | 2C | 3E | 0 | 3 | 101 | 5C | 43 |
| Octal | 212 | 137 | 370 | 54 | 76 | 0 | 3 | 401 | 134 | 103 |
| Binary | 10001010 | 1011111 | 11111000 | 101100 | 111110 | 0 | 11 | 100000001 | 1011100 | 1000011 |
Color Harmonies of #8A5FF8
Complementary color
Monochromatic Colors of #8A5FF8
Black with #8A5FF8
Text Example
Text Example
White with #8A5FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5FF8; }
p { color: rgb(138,95,248); }
H1.HeaderClassName
{
color: #8A5FF8;
}
.AnyTagClassName
{
color: #8A5FF8;
}
</style>
background-color css
<style>
a { background-color: #8A5FF8; }
a { background-color: rgb(138,95,248); }
div.DivClassName
{
background-color: #8A5FF8;
}
.BgClassName
{
background-color: #8A5FF8;
}
</style>
border-color css
<style>
span { border-color: #8A5FF8; }
span { border-color: rgb(138,95,248); }
td.TdClassName
{
border-color: #8A5FF8;
}
.TagClassName
{
border-color: #8A5FF8;
}
</style>