Shades of Light Slate Blue #8A7DFA
Tints of Light Slate Blue #8A7DFA
RGB
CMYK
RGB Variations
Color information
#8A7DFA (or 0x8A7DFA) is known color: Light Slate Blue. HEX triplet: 8A, 7D and FA. RGB value is (138,125,250). Sum of RGB (Red+Green+Blue) = 138+125+250=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A7DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7DFA is #758205. Grayscale: #8E8E8E. Windows color (decimal): -7700998 or 16416138. OLE color: 16416138.
HSL color Cylindrical-coordinate representation of color #8A7DFA: hue angle of 246.24º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A7DFA is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 125 | 250 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.02 |
| HSL | 246.24º | 0.93% | 0.74% | - |
| HSV(B) | 246.24º | 0.5% | 0.98% | - |
| XYZ | 35.07 | 26.97 | 93.8 | - |
| YUV | 143.14 | 188.31 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 250 | 0.45 | 0.50 | 0 | 0.02 | 246.24 | 0.93 | 0.74 |
| Hex | 8A | 7D | FA | 2D | 32 | 0 | 2 | F6 | 5D | 4A |
| Octal | 212 | 175 | 372 | 55 | 62 | 0 | 2 | 366 | 135 | 112 |
| Binary | 10001010 | 1111101 | 11111010 | 101101 | 110010 | 0 | 10 | 11110110 | 1011101 | 1001010 |
Color Harmonies of #8A7DFA
Complementary color
Monochromatic Colors of #8A7DFA
Black with #8A7DFA
Text Example
Text Example
White with #8A7DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7DFA; }
p { color: rgb(138,125,250); }
H1.HeaderClassName
{
color: #8A7DFA;
}
.AnyTagClassName
{
color: #8A7DFA;
}
</style>
background-color css
<style>
a { background-color: #8A7DFA; }
a { background-color: rgb(138,125,250); }
div.DivClassName
{
background-color: #8A7DFA;
}
.BgClassName
{
background-color: #8A7DFA;
}
</style>
border-color css
<style>
span { border-color: #8A7DFA; }
span { border-color: rgb(138,125,250); }
td.TdClassName
{
border-color: #8A7DFA;
}
.TagClassName
{
border-color: #8A7DFA;
}
</style>