Shades of Light Slate Blue #8A73FE
Tints of Light Slate Blue #8A73FE
RGB
CMYK
RGB Variations
Color information
#8A73FE (or 0x8A73FE) is known color: Light Slate Blue. HEX triplet: 8A, 73 and FE. RGB value is (138,115,254). Sum of RGB (Red+Green+Blue) = 138+115+254=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A73FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A73FE is #758C01. Grayscale: #898989. Windows color (decimal): -7703554 or 16675722. OLE color: 16675722.
HSL color Cylindrical-coordinate representation of color #8A73FE: hue angle of 249.93º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A73FE is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 115 | 254 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.00 |
| HSL | 249.93º | 0.99% | 0.72% | - |
| HSV(B) | 249.93º | 0.55% | 1% | - |
| XYZ | 34.5 | 24.82 | 96.74 | - |
| YUV | 137.72 | 193.62 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 254 | 0.46 | 0.55 | 0 | 0.00 | 249.93 | 0.99 | 0.72 |
| Hex | 8A | 73 | FE | 2E | 37 | 0 | 0 | FA | 63 | 48 |
| Octal | 212 | 163 | 376 | 56 | 67 | 0 | 0 | 372 | 143 | 110 |
| Binary | 10001010 | 1110011 | 11111110 | 101110 | 110111 | 0 | 0 | 11111010 | 1100011 | 1001000 |
Color Harmonies of #8A73FE
Complementary color
Monochromatic Colors of #8A73FE
Black with #8A73FE
Text Example
Text Example
White with #8A73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A73FE; }
p { color: rgb(138,115,254); }
H1.HeaderClassName
{
color: #8A73FE;
}
.AnyTagClassName
{
color: #8A73FE;
}
</style>
background-color css
<style>
a { background-color: #8A73FE; }
a { background-color: rgb(138,115,254); }
div.DivClassName
{
background-color: #8A73FE;
}
.BgClassName
{
background-color: #8A73FE;
}
</style>
border-color css
<style>
span { border-color: #8A73FE; }
span { border-color: rgb(138,115,254); }
td.TdClassName
{
border-color: #8A73FE;
}
.TagClassName
{
border-color: #8A73FE;
}
</style>