Shades of Light Slate Blue #8A6DF8
Tints of Light Slate Blue #8A6DF8
RGB
CMYK
RGB Variations
Color information
#8A6DF8 (or 0x8A6DF8) is known color: Light Slate Blue. HEX triplet: 8A, 6D and F8. RGB value is (138,109,248). Sum of RGB (Red+Green+Blue) = 138+109+248=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #8A6DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6DF8 is #759207. Grayscale: #848484. Windows color (decimal): -7705096 or 16280970. OLE color: 16280970.
HSL color Cylindrical-coordinate representation of color #8A6DF8: hue angle of 252.52º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A6DF8 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 109 | 248 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.03 |
| HSL | 252.52º | 0.91% | 0.7% | - |
| HSV(B) | 252.52º | 0.56% | 0.97% | - |
| XYZ | 32.89 | 23.12 | 91.54 | - |
| YUV | 133.52 | 192.61 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 248 | 0.44 | 0.56 | 0 | 0.03 | 252.52 | 0.91 | 0.7 |
| Hex | 8A | 6D | F8 | 2C | 38 | 0 | 3 | FD | 5B | 46 |
| Octal | 212 | 155 | 370 | 54 | 70 | 0 | 3 | 375 | 133 | 106 |
| Binary | 10001010 | 1101101 | 11111000 | 101100 | 111000 | 0 | 11 | 11111101 | 1011011 | 1000110 |
Color Harmonies of #8A6DF8
Complementary color
Monochromatic Colors of #8A6DF8
Black with #8A6DF8
Text Example
Text Example
White with #8A6DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6DF8; }
p { color: rgb(138,109,248); }
H1.HeaderClassName
{
color: #8A6DF8;
}
.AnyTagClassName
{
color: #8A6DF8;
}
</style>
background-color css
<style>
a { background-color: #8A6DF8; }
a { background-color: rgb(138,109,248); }
div.DivClassName
{
background-color: #8A6DF8;
}
.BgClassName
{
background-color: #8A6DF8;
}
</style>
border-color css
<style>
span { border-color: #8A6DF8; }
span { border-color: rgb(138,109,248); }
td.TdClassName
{
border-color: #8A6DF8;
}
.TagClassName
{
border-color: #8A6DF8;
}
</style>