Shades of Light Slate Blue #8A7AFF
Tints of Light Slate Blue #8A7AFF
RGB
CMYK
RGB Variations
Color information
#8A7AFF (or 0x8A7AFF) is known color: Light Slate Blue. HEX triplet: 8A, 7A and FF. RGB value is (138,122,255). Sum of RGB (Red+Green+Blue) = 138+122+255=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A7AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7AFF is #758500. Grayscale: #8D8D8D. Windows color (decimal): -7701761 or 16743050. OLE color: 16743050.
HSL color Cylindrical-coordinate representation of color #8A7AFF: hue angle of 247.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A7AFF is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 122 | 255 | - |
| CMYK | 0.46 | 0.52 | 0 | 0 |
| HSL | 247.22º | 1% | 0.74% | - |
| HSV(B) | 247.22º | 0.52% | 1% | - |
| XYZ | 35.49 | 26.54 | 97.86 | - |
| YUV | 141.95 | 191.8 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 255 | 0.46 | 0.52 | 0 | 0 | 247.22 | 1 | 0.74 |
| Hex | 8A | 7A | FF | 2E | 34 | 0 | 0 | F7 | 64 | 4A |
| Octal | 212 | 172 | 377 | 56 | 64 | 0 | 0 | 367 | 144 | 112 |
| Binary | 10001010 | 1111010 | 11111111 | 101110 | 110100 | 0 | 0 | 11110111 | 1100100 | 1001010 |
Color Harmonies of #8A7AFF
Complementary color
Monochromatic Colors of #8A7AFF
Black with #8A7AFF
Text Example
Text Example
White with #8A7AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7AFF; }
p { color: rgb(138,122,255); }
H1.HeaderClassName
{
color: #8A7AFF;
}
.AnyTagClassName
{
color: #8A7AFF;
}
</style>
background-color css
<style>
a { background-color: #8A7AFF; }
a { background-color: rgb(138,122,255); }
div.DivClassName
{
background-color: #8A7AFF;
}
.BgClassName
{
background-color: #8A7AFF;
}
</style>
border-color css
<style>
span { border-color: #8A7AFF; }
span { border-color: rgb(138,122,255); }
td.TdClassName
{
border-color: #8A7AFF;
}
.TagClassName
{
border-color: #8A7AFF;
}
</style>