Shades of Light Slate Blue #8A73FD
Tints of Light Slate Blue #8A73FD
RGB
CMYK
RGB Variations
Color information
#8A73FD (or 0x8A73FD) is known color: Light Slate Blue. HEX triplet: 8A, 73 and FD. RGB value is (138,115,253). Sum of RGB (Red+Green+Blue) = 138+115+253=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A73FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A73FD is #758C02. Grayscale: #898989. Windows color (decimal): -7703555 or 16610186. OLE color: 16610186.
HSL color Cylindrical-coordinate representation of color #8A73FD: hue angle of 250º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A73FD is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 115 | 253 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.01 |
| HSL | 250º | 0.97% | 0.72% | - |
| HSV(B) | 250º | 0.55% | 0.99% | - |
| XYZ | 34.34 | 24.76 | 95.9 | - |
| YUV | 137.61 | 193.12 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 253 | 0.45 | 0.55 | 0 | 0.01 | 250 | 0.97 | 0.72 |
| Hex | 8A | 73 | FD | 2D | 37 | 0 | 1 | FA | 61 | 48 |
| Octal | 212 | 163 | 375 | 55 | 67 | 0 | 1 | 372 | 141 | 110 |
| Binary | 10001010 | 1110011 | 11111101 | 101101 | 110111 | 0 | 1 | 11111010 | 1100001 | 1001000 |
Color Harmonies of #8A73FD
Complementary color
Monochromatic Colors of #8A73FD
Black with #8A73FD
Text Example
Text Example
White with #8A73FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A73FD; }
p { color: rgb(138,115,253); }
H1.HeaderClassName
{
color: #8A73FD;
}
.AnyTagClassName
{
color: #8A73FD;
}
</style>
background-color css
<style>
a { background-color: #8A73FD; }
a { background-color: rgb(138,115,253); }
div.DivClassName
{
background-color: #8A73FD;
}
.BgClassName
{
background-color: #8A73FD;
}
</style>
border-color css
<style>
span { border-color: #8A73FD; }
span { border-color: rgb(138,115,253); }
td.TdClassName
{
border-color: #8A73FD;
}
.TagClassName
{
border-color: #8A73FD;
}
</style>