Shades of Light Slate Blue #8A6DF3
Tints of Light Slate Blue #8A6DF3
RGB
CMYK
RGB Variations
Color information
#8A6DF3 (or 0x8A6DF3) is known color: Light Slate Blue. HEX triplet: 8A, 6D and F3. RGB value is (138,109,243). Sum of RGB (Red+Green+Blue) = 138+109+243=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #8A6DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6DF3 is #75920C. Grayscale: #848484. Windows color (decimal): -7705101 or 15953290. OLE color: 15953290.
HSL color Cylindrical-coordinate representation of color #8A6DF3: hue angle of 252.99º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A6DF3 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 109 | 243 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.05 |
| HSL | 252.99º | 0.85% | 0.69% | - |
| HSV(B) | 252.99º | 0.55% | 0.95% | - |
| XYZ | 32.13 | 22.81 | 87.5 | - |
| YUV | 132.95 | 190.11 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 243 | 0.43 | 0.55 | 0 | 0.05 | 252.99 | 0.85 | 0.69 |
| Hex | 8A | 6D | F3 | 2B | 37 | 0 | 5 | FD | 55 | 45 |
| Octal | 212 | 155 | 363 | 53 | 67 | 0 | 5 | 375 | 125 | 105 |
| Binary | 10001010 | 1101101 | 11110011 | 101011 | 110111 | 0 | 101 | 11111101 | 1010101 | 1000101 |
Color Harmonies of #8A6DF3
Complementary color
Monochromatic Colors of #8A6DF3
Black with #8A6DF3
Text Example
Text Example
White with #8A6DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6DF3; }
p { color: rgb(138,109,243); }
H1.HeaderClassName
{
color: #8A6DF3;
}
.AnyTagClassName
{
color: #8A6DF3;
}
</style>
background-color css
<style>
a { background-color: #8A6DF3; }
a { background-color: rgb(138,109,243); }
div.DivClassName
{
background-color: #8A6DF3;
}
.BgClassName
{
background-color: #8A6DF3;
}
</style>
border-color css
<style>
span { border-color: #8A6DF3; }
span { border-color: rgb(138,109,243); }
td.TdClassName
{
border-color: #8A6DF3;
}
.TagClassName
{
border-color: #8A6DF3;
}
</style>