Shades of Light Slate Blue #8781FF
Tints of Light Slate Blue #8781FF
RGB
CMYK
RGB Variations
Color information
#8781FF (or 0x8781FF) is known color: Light Slate Blue. HEX triplet: 87, 81 and FF. RGB value is (135,129,255). Sum of RGB (Red+Green+Blue) = 135+129+255=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #8781FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8781FF is #787E00. Grayscale: #909090. Windows color (decimal): -7896577 or 16744839. OLE color: 16744839.
HSL color Cylindrical-coordinate representation of color #8781FF: hue angle of 242.86º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8781FF is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 129 | 255 | - |
| CMYK | 0.47 | 0.49 | 0 | 0 |
| HSL | 242.86º | 1% | 0.75% | - |
| HSV(B) | 242.86º | 0.49% | 1% | - |
| XYZ | 35.89 | 28.07 | 98.13 | - |
| YUV | 145.16 | 189.99 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 255 | 0.47 | 0.49 | 0 | 0 | 242.86 | 1 | 0.75 |
| Hex | 87 | 81 | FF | 2F | 31 | 0 | 0 | F3 | 64 | 4B |
| Octal | 207 | 201 | 377 | 57 | 61 | 0 | 0 | 363 | 144 | 113 |
| Binary | 10000111 | 10000001 | 11111111 | 101111 | 110001 | 0 | 0 | 11110011 | 1100100 | 1001011 |
Color Harmonies of #8781FF
Complementary color
Monochromatic Colors of #8781FF
Black with #8781FF
Text Example
Text Example
White with #8781FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8781FF; }
p { color: rgb(135,129,255); }
H1.HeaderClassName
{
color: #8781FF;
}
.AnyTagClassName
{
color: #8781FF;
}
</style>
background-color css
<style>
a { background-color: #8781FF; }
a { background-color: rgb(135,129,255); }
div.DivClassName
{
background-color: #8781FF;
}
.BgClassName
{
background-color: #8781FF;
}
</style>
border-color css
<style>
span { border-color: #8781FF; }
span { border-color: rgb(135,129,255); }
td.TdClassName
{
border-color: #8781FF;
}
.TagClassName
{
border-color: #8781FF;
}
</style>