Shades of Light Slate Blue #8A6EF7
Tints of Light Slate Blue #8A6EF7
RGB
CMYK
RGB Variations
Color information
#8A6EF7 (or 0x8A6EF7) is known color: Light Slate Blue. HEX triplet: 8A, 6E and F7. RGB value is (138,110,247). Sum of RGB (Red+Green+Blue) = 138+110+247=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #8A6EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6EF7 is #759108. Grayscale: #858585. Windows color (decimal): -7704841 or 16215690. OLE color: 16215690.
HSL color Cylindrical-coordinate representation of color #8A6EF7: hue angle of 252.26º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A6EF7 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 110 | 247 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.03 |
| HSL | 252.26º | 0.9% | 0.7% | - |
| HSV(B) | 252.26º | 0.55% | 0.97% | - |
| XYZ | 32.85 | 23.27 | 90.76 | - |
| YUV | 133.99 | 191.78 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 110 | 247 | 0.44 | 0.55 | 0 | 0.03 | 252.26 | 0.9 | 0.7 |
| Hex | 8A | 6E | F7 | 2C | 37 | 0 | 3 | FC | 5A | 46 |
| Octal | 212 | 156 | 367 | 54 | 67 | 0 | 3 | 374 | 132 | 106 |
| Binary | 10001010 | 1101110 | 11110111 | 101100 | 110111 | 0 | 11 | 11111100 | 1011010 | 1000110 |
Color Harmonies of #8A6EF7
Complementary color
Monochromatic Colors of #8A6EF7
Black with #8A6EF7
Text Example
Text Example
White with #8A6EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6EF7; }
p { color: rgb(138,110,247); }
H1.HeaderClassName
{
color: #8A6EF7;
}
.AnyTagClassName
{
color: #8A6EF7;
}
</style>
background-color css
<style>
a { background-color: #8A6EF7; }
a { background-color: rgb(138,110,247); }
div.DivClassName
{
background-color: #8A6EF7;
}
.BgClassName
{
background-color: #8A6EF7;
}
</style>
border-color css
<style>
span { border-color: #8A6EF7; }
span { border-color: rgb(138,110,247); }
td.TdClassName
{
border-color: #8A6EF7;
}
.TagClassName
{
border-color: #8A6EF7;
}
</style>