Shades of Light Slate Blue #8A7BFA
Tints of Light Slate Blue #8A7BFA
RGB
CMYK
RGB Variations
Color information
#8A7BFA (or 0x8A7BFA) is known color: Light Slate Blue. HEX triplet: 8A, 7B and FA. RGB value is (138,123,250). Sum of RGB (Red+Green+Blue) = 138+123+250=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A7BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7BFA is #758405. Grayscale: #8D8D8D. Windows color (decimal): -7701510 or 16415626. OLE color: 16415626.
HSL color Cylindrical-coordinate representation of color #8A7BFA: hue angle of 247.09º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A7BFA is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 123 | 250 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.02 |
| HSL | 247.09º | 0.93% | 0.73% | - |
| HSV(B) | 247.09º | 0.51% | 0.98% | - |
| XYZ | 34.82 | 26.47 | 93.72 | - |
| YUV | 141.96 | 188.97 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 250 | 0.45 | 0.51 | 0 | 0.02 | 247.09 | 0.93 | 0.73 |
| Hex | 8A | 7B | FA | 2D | 33 | 0 | 2 | F7 | 5D | 49 |
| Octal | 212 | 173 | 372 | 55 | 63 | 0 | 2 | 367 | 135 | 111 |
| Binary | 10001010 | 1111011 | 11111010 | 101101 | 110011 | 0 | 10 | 11110111 | 1011101 | 1001001 |
Color Harmonies of #8A7BFA
Complementary color
Monochromatic Colors of #8A7BFA
Black with #8A7BFA
Text Example
Text Example
White with #8A7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7BFA; }
p { color: rgb(138,123,250); }
H1.HeaderClassName
{
color: #8A7BFA;
}
.AnyTagClassName
{
color: #8A7BFA;
}
</style>
background-color css
<style>
a { background-color: #8A7BFA; }
a { background-color: rgb(138,123,250); }
div.DivClassName
{
background-color: #8A7BFA;
}
.BgClassName
{
background-color: #8A7BFA;
}
</style>
border-color css
<style>
span { border-color: #8A7BFA; }
span { border-color: rgb(138,123,250); }
td.TdClassName
{
border-color: #8A7BFA;
}
.TagClassName
{
border-color: #8A7BFA;
}
</style>