Shades of Light Slate Blue #8A7DEA
Tints of Light Slate Blue #8A7DEA
RGB
CMYK
RGB Variations
Color information
#8A7DEA (or 0x8A7DEA) is known color: Light Slate Blue. HEX triplet: 8A, 7D and EA. RGB value is (138,125,234). Sum of RGB (Red+Green+Blue) = 138+125+234=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A7DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7DEA is #758215. Grayscale: #8C8C8C. Windows color (decimal): -7701014 or 15367562. OLE color: 15367562.
HSL color Cylindrical-coordinate representation of color #8A7DEA: hue angle of 247.16º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A7DEA is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 125 | 234 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.08 |
| HSL | 247.16º | 0.72% | 0.7% | - |
| HSV(B) | 247.16º | 0.47% | 0.92% | - |
| XYZ | 32.67 | 26.01 | 81.14 | - |
| YUV | 141.31 | 180.31 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 234 | 0.41 | 0.47 | 0 | 0.08 | 247.16 | 0.72 | 0.7 |
| Hex | 8A | 7D | EA | 29 | 2F | 0 | 8 | F7 | 48 | 46 |
| Octal | 212 | 175 | 352 | 51 | 57 | 0 | 10 | 367 | 110 | 106 |
| Binary | 10001010 | 1111101 | 11101010 | 101001 | 101111 | 0 | 1000 | 11110111 | 1001000 | 1000110 |
Color Harmonies of #8A7DEA
Complementary color
Monochromatic Colors of #8A7DEA
Black with #8A7DEA
Text Example
Text Example
White with #8A7DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7DEA; }
p { color: rgb(138,125,234); }
H1.HeaderClassName
{
color: #8A7DEA;
}
.AnyTagClassName
{
color: #8A7DEA;
}
</style>
background-color css
<style>
a { background-color: #8A7DEA; }
a { background-color: rgb(138,125,234); }
div.DivClassName
{
background-color: #8A7DEA;
}
.BgClassName
{
background-color: #8A7DEA;
}
</style>
border-color css
<style>
span { border-color: #8A7DEA; }
span { border-color: rgb(138,125,234); }
td.TdClassName
{
border-color: #8A7DEA;
}
.TagClassName
{
border-color: #8A7DEA;
}
</style>