Shades of Light Slate Blue #8766FD
Tints of Light Slate Blue #8766FD
RGB
CMYK
RGB Variations
Color information
#8766FD (or 0x8766FD) is known color: Light Slate Blue. HEX triplet: 87, 66 and FD. RGB value is (135,102,253). Sum of RGB (Red+Green+Blue) = 135+102+253=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #8766FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8766FD is #789902. Grayscale: #808080. Windows color (decimal): -7903491 or 16606855. OLE color: 16606855.
HSL color Cylindrical-coordinate representation of color #8766FD: hue angle of 253.11º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8766FD is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 102 | 253 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.01 |
| HSL | 253.11º | 0.97% | 0.7% | - |
| HSV(B) | 253.11º | 0.6% | 0.99% | - |
| XYZ | 32.47 | 21.75 | 95.41 | - |
| YUV | 129.08 | 197.93 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 253 | 0.47 | 0.60 | 0 | 0.01 | 253.11 | 0.97 | 0.7 |
| Hex | 87 | 66 | FD | 2F | 3C | 0 | 1 | FD | 61 | 46 |
| Octal | 207 | 146 | 375 | 57 | 74 | 0 | 1 | 375 | 141 | 106 |
| Binary | 10000111 | 1100110 | 11111101 | 101111 | 111100 | 0 | 1 | 11111101 | 1100001 | 1000110 |
Color Harmonies of #8766FD
Complementary color
Monochromatic Colors of #8766FD
Black with #8766FD
Text Example
Text Example
White with #8766FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8766FD; }
p { color: rgb(135,102,253); }
H1.HeaderClassName
{
color: #8766FD;
}
.AnyTagClassName
{
color: #8766FD;
}
</style>
background-color css
<style>
a { background-color: #8766FD; }
a { background-color: rgb(135,102,253); }
div.DivClassName
{
background-color: #8766FD;
}
.BgClassName
{
background-color: #8766FD;
}
</style>
border-color css
<style>
span { border-color: #8766FD; }
span { border-color: rgb(135,102,253); }
td.TdClassName
{
border-color: #8766FD;
}
.TagClassName
{
border-color: #8766FD;
}
</style>