Shades of Light Slate Blue #8764FF
Tints of Light Slate Blue #8764FF
RGB
CMYK
RGB Variations
Color information
#8764FF (or 0x8764FF) is known color: Light Slate Blue. HEX triplet: 87, 64 and FF. RGB value is (135,100,255). Sum of RGB (Red+Green+Blue) = 135+100+255=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #8764FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8764FF is #789B00. Grayscale: #7F7F7F. Windows color (decimal): -7904001 or 16737415. OLE color: 16737415.
HSL color Cylindrical-coordinate representation of color #8764FF: hue angle of 253.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8764FF is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 100 | 255 | - |
| CMYK | 0.47 | 0.61 | 0 | 0 |
| HSL | 253.55º | 1% | 0.7% | - |
| HSV(B) | 253.55º | 0.61% | 1% | - |
| XYZ | 32.6 | 21.49 | 97.04 | - |
| YUV | 128.14 | 199.6 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 255 | 0.47 | 0.61 | 0 | 0 | 253.55 | 1 | 0.7 |
| Hex | 87 | 64 | FF | 2F | 3D | 0 | 0 | FE | 64 | 46 |
| Octal | 207 | 144 | 377 | 57 | 75 | 0 | 0 | 376 | 144 | 106 |
| Binary | 10000111 | 1100100 | 11111111 | 101111 | 111101 | 0 | 0 | 11111110 | 1100100 | 1000110 |
Color Harmonies of #8764FF
Complementary color
Monochromatic Colors of #8764FF
Black with #8764FF
Text Example
Text Example
White with #8764FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8764FF; }
p { color: rgb(135,100,255); }
H1.HeaderClassName
{
color: #8764FF;
}
.AnyTagClassName
{
color: #8764FF;
}
</style>
background-color css
<style>
a { background-color: #8764FF; }
a { background-color: rgb(135,100,255); }
div.DivClassName
{
background-color: #8764FF;
}
.BgClassName
{
background-color: #8764FF;
}
</style>
border-color css
<style>
span { border-color: #8764FF; }
span { border-color: rgb(135,100,255); }
td.TdClassName
{
border-color: #8764FF;
}
.TagClassName
{
border-color: #8764FF;
}
</style>