Shades of Light Slate Blue #8A66FA
Tints of Light Slate Blue #8A66FA
RGB
CMYK
RGB Variations
Color information
#8A66FA (or 0x8A66FA) is known color: Light Slate Blue. HEX triplet: 8A, 66 and FA. RGB value is (138,102,250). Sum of RGB (Red+Green+Blue) = 138+102+250=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A66FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A66FA is #759905. Grayscale: #818181. Windows color (decimal): -7706886 or 16410250. OLE color: 16410250.
HSL color Cylindrical-coordinate representation of color #8A66FA: hue angle of 254.59º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A66FA is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 102 | 250 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.02 |
| HSL | 254.59º | 0.94% | 0.69% | - |
| HSV(B) | 254.59º | 0.59% | 0.98% | - |
| XYZ | 32.49 | 21.81 | 92.94 | - |
| YUV | 129.64 | 195.93 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 102 | 250 | 0.45 | 0.59 | 0 | 0.02 | 254.59 | 0.94 | 0.69 |
| Hex | 8A | 66 | FA | 2D | 3B | 0 | 2 | FF | 5E | 45 |
| Octal | 212 | 146 | 372 | 55 | 73 | 0 | 2 | 377 | 136 | 105 |
| Binary | 10001010 | 1100110 | 11111010 | 101101 | 111011 | 0 | 10 | 11111111 | 1011110 | 1000101 |
Color Harmonies of #8A66FA
Complementary color
Monochromatic Colors of #8A66FA
Black with #8A66FA
Text Example
Text Example
White with #8A66FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A66FA; }
p { color: rgb(138,102,250); }
H1.HeaderClassName
{
color: #8A66FA;
}
.AnyTagClassName
{
color: #8A66FA;
}
</style>
background-color css
<style>
a { background-color: #8A66FA; }
a { background-color: rgb(138,102,250); }
div.DivClassName
{
background-color: #8A66FA;
}
.BgClassName
{
background-color: #8A66FA;
}
</style>
border-color css
<style>
span { border-color: #8A66FA; }
span { border-color: rgb(138,102,250); }
td.TdClassName
{
border-color: #8A66FA;
}
.TagClassName
{
border-color: #8A66FA;
}
</style>