Shades of Light Slate Blue #8A7DED
Tints of Light Slate Blue #8A7DED
RGB
CMYK
RGB Variations
Color information
#8A7DED (or 0x8A7DED) is known color: Light Slate Blue. HEX triplet: 8A, 7D and ED. RGB value is (138,125,237). Sum of RGB (Red+Green+Blue) = 138+125+237=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A7DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7DED is #758212. Grayscale: #8D8D8D. Windows color (decimal): -7701011 or 15564170. OLE color: 15564170.
HSL color Cylindrical-coordinate representation of color #8A7DED: hue angle of 246.96º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A7DED is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 125 | 237 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.07 |
| HSL | 246.96º | 0.76% | 0.71% | - |
| HSV(B) | 246.96º | 0.47% | 0.93% | - |
| XYZ | 33.1 | 26.18 | 83.43 | - |
| YUV | 141.66 | 181.81 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 237 | 0.42 | 0.47 | 0 | 0.07 | 246.96 | 0.76 | 0.71 |
| Hex | 8A | 7D | ED | 2A | 2F | 0 | 7 | F7 | 4C | 47 |
| Octal | 212 | 175 | 355 | 52 | 57 | 0 | 7 | 367 | 114 | 107 |
| Binary | 10001010 | 1111101 | 11101101 | 101010 | 101111 | 0 | 111 | 11110111 | 1001100 | 1000111 |
Color Harmonies of #8A7DED
Complementary color
Monochromatic Colors of #8A7DED
Black with #8A7DED
Text Example
Text Example
White with #8A7DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7DED; }
p { color: rgb(138,125,237); }
H1.HeaderClassName
{
color: #8A7DED;
}
.AnyTagClassName
{
color: #8A7DED;
}
</style>
background-color css
<style>
a { background-color: #8A7DED; }
a { background-color: rgb(138,125,237); }
div.DivClassName
{
background-color: #8A7DED;
}
.BgClassName
{
background-color: #8A7DED;
}
</style>
border-color css
<style>
span { border-color: #8A7DED; }
span { border-color: rgb(138,125,237); }
td.TdClassName
{
border-color: #8A7DED;
}
.TagClassName
{
border-color: #8A7DED;
}
</style>