Shades of Light Slate Blue #8A7EFD
Tints of Light Slate Blue #8A7EFD
RGB
CMYK
RGB Variations
Color information
#8A7EFD (or 0x8A7EFD) is known color: Light Slate Blue. HEX triplet: 8A, 7E and FD. RGB value is (138,126,253). Sum of RGB (Red+Green+Blue) = 138+126+253=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A7EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7EFD is #758102. Grayscale: #8F8F8F. Windows color (decimal): -7700739 or 16613002. OLE color: 16613002.
HSL color Cylindrical-coordinate representation of color #8A7EFD: hue angle of 245.67º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A7EFD is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 126 | 253 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.01 |
| HSL | 245.67º | 0.97% | 0.74% | - |
| HSV(B) | 245.67º | 0.5% | 0.99% | - |
| XYZ | 35.67 | 27.42 | 96.34 | - |
| YUV | 144.07 | 189.48 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 126 | 253 | 0.45 | 0.50 | 0 | 0.01 | 245.67 | 0.97 | 0.74 |
| Hex | 8A | 7E | FD | 2D | 32 | 0 | 1 | F6 | 61 | 4A |
| Octal | 212 | 176 | 375 | 55 | 62 | 0 | 1 | 366 | 141 | 112 |
| Binary | 10001010 | 1111110 | 11111101 | 101101 | 110010 | 0 | 1 | 11110110 | 1100001 | 1001010 |
Color Harmonies of #8A7EFD
Complementary color
Monochromatic Colors of #8A7EFD
Black with #8A7EFD
Text Example
Text Example
White with #8A7EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7EFD; }
p { color: rgb(138,126,253); }
H1.HeaderClassName
{
color: #8A7EFD;
}
.AnyTagClassName
{
color: #8A7EFD;
}
</style>
background-color css
<style>
a { background-color: #8A7EFD; }
a { background-color: rgb(138,126,253); }
div.DivClassName
{
background-color: #8A7EFD;
}
.BgClassName
{
background-color: #8A7EFD;
}
</style>
border-color css
<style>
span { border-color: #8A7EFD; }
span { border-color: rgb(138,126,253); }
td.TdClassName
{
border-color: #8A7EFD;
}
.TagClassName
{
border-color: #8A7EFD;
}
</style>