Shades of Light Slate Blue #8A6EF8
Tints of Light Slate Blue #8A6EF8
RGB
CMYK
RGB Variations
Color information
#8A6EF8 (or 0x8A6EF8) is known color: Light Slate Blue. HEX triplet: 8A, 6E and F8. RGB value is (138,110,248). Sum of RGB (Red+Green+Blue) = 138+110+248=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #8A6EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6EF8 is #759107. Grayscale: #858585. Windows color (decimal): -7704840 or 16281226. OLE color: 16281226.
HSL color Cylindrical-coordinate representation of color #8A6EF8: hue angle of 252.17º 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 #8A6EF8 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 110 | 248 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.03 |
| HSL | 252.17º | 0.91% | 0.7% | - |
| HSV(B) | 252.17º | 0.56% | 0.97% | - |
| XYZ | 33 | 23.33 | 91.57 | - |
| YUV | 134.1 | 192.28 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 110 | 248 | 0.44 | 0.56 | 0 | 0.03 | 252.17 | 0.91 | 0.7 |
| Hex | 8A | 6E | F8 | 2C | 38 | 0 | 3 | FC | 5B | 46 |
| Octal | 212 | 156 | 370 | 54 | 70 | 0 | 3 | 374 | 133 | 106 |
| Binary | 10001010 | 1101110 | 11111000 | 101100 | 111000 | 0 | 11 | 11111100 | 1011011 | 1000110 |
Color Harmonies of #8A6EF8
Complementary color
Monochromatic Colors of #8A6EF8
Black with #8A6EF8
Text Example
Text Example
White with #8A6EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6EF8; }
p { color: rgb(138,110,248); }
H1.HeaderClassName
{
color: #8A6EF8;
}
.AnyTagClassName
{
color: #8A6EF8;
}
</style>
background-color css
<style>
a { background-color: #8A6EF8; }
a { background-color: rgb(138,110,248); }
div.DivClassName
{
background-color: #8A6EF8;
}
.BgClassName
{
background-color: #8A6EF8;
}
</style>
border-color css
<style>
span { border-color: #8A6EF8; }
span { border-color: rgb(138,110,248); }
td.TdClassName
{
border-color: #8A6EF8;
}
.TagClassName
{
border-color: #8A6EF8;
}
</style>