Shades of Light Slate Blue #8777FF
Tints of Light Slate Blue #8777FF
RGB
CMYK
RGB Variations
Color information
#8777FF (or 0x8777FF) is known color: Light Slate Blue. HEX triplet: 87, 77 and FF. RGB value is (135,119,255). Sum of RGB (Red+Green+Blue) = 135+119+255=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #8777FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8777FF is #788800. Grayscale: #8A8A8A. Windows color (decimal): -7899137 or 16742279. OLE color: 16742279.
HSL color Cylindrical-coordinate representation of color #8777FF: hue angle of 247.06º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8777FF is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 119 | 255 | - |
| CMYK | 0.47 | 0.53 | 0 | 0 |
| HSL | 247.06º | 1% | 0.73% | - |
| HSV(B) | 247.06º | 0.53% | 1% | - |
| XYZ | 34.64 | 25.56 | 97.72 | - |
| YUV | 139.29 | 193.3 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 119 | 255 | 0.47 | 0.53 | 0 | 0 | 247.06 | 1 | 0.73 |
| Hex | 87 | 77 | FF | 2F | 35 | 0 | 0 | F7 | 64 | 49 |
| Octal | 207 | 167 | 377 | 57 | 65 | 0 | 0 | 367 | 144 | 111 |
| Binary | 10000111 | 1110111 | 11111111 | 101111 | 110101 | 0 | 0 | 11110111 | 1100100 | 1001001 |
Color Harmonies of #8777FF
Complementary color
Monochromatic Colors of #8777FF
Black with #8777FF
Text Example
Text Example
White with #8777FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8777FF; }
p { color: rgb(135,119,255); }
H1.HeaderClassName
{
color: #8777FF;
}
.AnyTagClassName
{
color: #8777FF;
}
</style>
background-color css
<style>
a { background-color: #8777FF; }
a { background-color: rgb(135,119,255); }
div.DivClassName
{
background-color: #8777FF;
}
.BgClassName
{
background-color: #8777FF;
}
</style>
border-color css
<style>
span { border-color: #8777FF; }
span { border-color: rgb(135,119,255); }
td.TdClassName
{
border-color: #8777FF;
}
.TagClassName
{
border-color: #8777FF;
}
</style>