Shades of Light Slate Blue #8A6DF2
Tints of Light Slate Blue #8A6DF2
RGB
CMYK
RGB Variations
Color information
#8A6DF2 (or 0x8A6DF2) is known color: Light Slate Blue. HEX triplet: 8A, 6D and F2. RGB value is (138,109,242). Sum of RGB (Red+Green+Blue) = 138+109+242=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #8A6DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6DF2 is #75920D. Grayscale: #848484. Windows color (decimal): -7705102 or 15887754. OLE color: 15887754.
HSL color Cylindrical-coordinate representation of color #8A6DF2: hue angle of 253.08º degrees, saturation: 0.84, 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 #8A6DF2 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 109 | 242 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.05 |
| HSL | 253.08º | 0.84% | 0.69% | - |
| HSV(B) | 253.08º | 0.55% | 0.95% | - |
| XYZ | 31.98 | 22.75 | 86.71 | - |
| YUV | 132.83 | 189.61 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 242 | 0.43 | 0.55 | 0 | 0.05 | 253.08 | 0.84 | 0.69 |
| Hex | 8A | 6D | F2 | 2B | 37 | 0 | 5 | FD | 54 | 45 |
| Octal | 212 | 155 | 362 | 53 | 67 | 0 | 5 | 375 | 124 | 105 |
| Binary | 10001010 | 1101101 | 11110010 | 101011 | 110111 | 0 | 101 | 11111101 | 1010100 | 1000101 |
Color Harmonies of #8A6DF2
Complementary color
Monochromatic Colors of #8A6DF2
Black with #8A6DF2
Text Example
Text Example
White with #8A6DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6DF2; }
p { color: rgb(138,109,242); }
H1.HeaderClassName
{
color: #8A6DF2;
}
.AnyTagClassName
{
color: #8A6DF2;
}
</style>
background-color css
<style>
a { background-color: #8A6DF2; }
a { background-color: rgb(138,109,242); }
div.DivClassName
{
background-color: #8A6DF2;
}
.BgClassName
{
background-color: #8A6DF2;
}
</style>
border-color css
<style>
span { border-color: #8A6DF2; }
span { border-color: rgb(138,109,242); }
td.TdClassName
{
border-color: #8A6DF2;
}
.TagClassName
{
border-color: #8A6DF2;
}
</style>