Shades of Light Slate Blue #8B66FE
Tints of Light Slate Blue #8B66FE
RGB
CMYK
RGB Variations
Color information
#8B66FE (or 0x8B66FE) is known color: Light Slate Blue. HEX triplet: 8B, 66 and FE. RGB value is (139,102,254). Sum of RGB (Red+Green+Blue) = 139+102+254=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B66FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B66FE is #749901. Grayscale: #818181. Windows color (decimal): -7641346 or 16672395. OLE color: 16672395.
HSL color Cylindrical-coordinate representation of color #8B66FE: hue angle of 254.61º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B66FE is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 102 | 254 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.00 |
| HSL | 254.61º | 0.99% | 0.7% | - |
| HSV(B) | 254.61º | 0.6% | 1% | - |
| XYZ | 33.29 | 22.15 | 96.29 | - |
| YUV | 130.39 | 197.76 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 102 | 254 | 0.45 | 0.60 | 0 | 0.00 | 254.61 | 0.99 | 0.7 |
| Hex | 8B | 66 | FE | 2D | 3C | 0 | 0 | FF | 63 | 46 |
| Octal | 213 | 146 | 376 | 55 | 74 | 0 | 0 | 377 | 143 | 106 |
| Binary | 10001011 | 1100110 | 11111110 | 101101 | 111100 | 0 | 0 | 11111111 | 1100011 | 1000110 |
Color Harmonies of #8B66FE
Complementary color
Monochromatic Colors of #8B66FE
Black with #8B66FE
Text Example
Text Example
White with #8B66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B66FE; }
p { color: rgb(139,102,254); }
H1.HeaderClassName
{
color: #8B66FE;
}
.AnyTagClassName
{
color: #8B66FE;
}
</style>
background-color css
<style>
a { background-color: #8B66FE; }
a { background-color: rgb(139,102,254); }
div.DivClassName
{
background-color: #8B66FE;
}
.BgClassName
{
background-color: #8B66FE;
}
</style>
border-color css
<style>
span { border-color: #8B66FE; }
span { border-color: rgb(139,102,254); }
td.TdClassName
{
border-color: #8B66FE;
}
.TagClassName
{
border-color: #8B66FE;
}
</style>