Shades of Light Slate Blue #8A84F6
Tints of Light Slate Blue #8A84F6
RGB
CMYK
RGB Variations
Color information
#8A84F6 (or 0x8A84F6) is known color: Light Slate Blue. HEX triplet: 8A, 84 and F6. RGB value is (138,132,246). Sum of RGB (Red+Green+Blue) = 138+132+246=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #8A84F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A84F6 is #757B09. Grayscale: #929292. Windows color (decimal): -7699210 or 16155786. OLE color: 16155786.
HSL color Cylindrical-coordinate representation of color #8A84F6: hue angle of 243.16º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A84F6 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 132 | 246 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.04 |
| HSL | 243.16º | 0.86% | 0.74% | - |
| HSV(B) | 243.16º | 0.46% | 0.96% | - |
| XYZ | 35.37 | 28.56 | 90.84 | - |
| YUV | 146.79 | 183.99 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 246 | 0.44 | 0.46 | 0 | 0.04 | 243.16 | 0.86 | 0.74 |
| Hex | 8A | 84 | F6 | 2C | 2E | 0 | 4 | F3 | 56 | 4A |
| Octal | 212 | 204 | 366 | 54 | 56 | 0 | 4 | 363 | 126 | 112 |
| Binary | 10001010 | 10000100 | 11110110 | 101100 | 101110 | 0 | 100 | 11110011 | 1010110 | 1001010 |
Color Harmonies of #8A84F6
Complementary color
Monochromatic Colors of #8A84F6
Black with #8A84F6
Text Example
Text Example
White with #8A84F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A84F6; }
p { color: rgb(138,132,246); }
H1.HeaderClassName
{
color: #8A84F6;
}
.AnyTagClassName
{
color: #8A84F6;
}
</style>
background-color css
<style>
a { background-color: #8A84F6; }
a { background-color: rgb(138,132,246); }
div.DivClassName
{
background-color: #8A84F6;
}
.BgClassName
{
background-color: #8A84F6;
}
</style>
border-color css
<style>
span { border-color: #8A84F6; }
span { border-color: rgb(138,132,246); }
td.TdClassName
{
border-color: #8A84F6;
}
.TagClassName
{
border-color: #8A84F6;
}
</style>