Shades of Light Slate Blue #8A6FFF
Tints of Light Slate Blue #8A6FFF
RGB
CMYK
RGB Variations
Color information
#8A6FFF (or 0x8A6FFF) is known color: Light Slate Blue. HEX triplet: 8A, 6F and FF. RGB value is (138,111,255). Sum of RGB (Red+Green+Blue) = 138+111+255=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A6FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6FFF is #759000. Grayscale: #868686. Windows color (decimal): -7704577 or 16740234. OLE color: 16740234.
HSL color Cylindrical-coordinate representation of color #8A6FFF: hue angle of 251.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A6FFF is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 111 | 255 | - |
| CMYK | 0.46 | 0.56 | 0 | 0 |
| HSL | 251.25º | 1% | 0.72% | - |
| HSV(B) | 251.25º | 0.56% | 1% | - |
| XYZ | 34.22 | 23.99 | 97.44 | - |
| YUV | 135.49 | 195.45 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 111 | 255 | 0.46 | 0.56 | 0 | 0 | 251.25 | 1 | 0.72 |
| Hex | 8A | 6F | FF | 2E | 38 | 0 | 0 | FB | 64 | 48 |
| Octal | 212 | 157 | 377 | 56 | 70 | 0 | 0 | 373 | 144 | 110 |
| Binary | 10001010 | 1101111 | 11111111 | 101110 | 111000 | 0 | 0 | 11111011 | 1100100 | 1001000 |
Color Harmonies of #8A6FFF
Complementary color
Monochromatic Colors of #8A6FFF
Black with #8A6FFF
Text Example
Text Example
White with #8A6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6FFF; }
p { color: rgb(138,111,255); }
H1.HeaderClassName
{
color: #8A6FFF;
}
.AnyTagClassName
{
color: #8A6FFF;
}
</style>
background-color css
<style>
a { background-color: #8A6FFF; }
a { background-color: rgb(138,111,255); }
div.DivClassName
{
background-color: #8A6FFF;
}
.BgClassName
{
background-color: #8A6FFF;
}
</style>
border-color css
<style>
span { border-color: #8A6FFF; }
span { border-color: rgb(138,111,255); }
td.TdClassName
{
border-color: #8A6FFF;
}
.TagClassName
{
border-color: #8A6FFF;
}
</style>