Shades of Light Slate Blue #8777FE
Tints of Light Slate Blue #8777FE
RGB
CMYK
RGB Variations
Color information
#8777FE (or 0x8777FE) is known color: Light Slate Blue. HEX triplet: 87, 77 and FE. RGB value is (135,119,254). Sum of RGB (Red+Green+Blue) = 135+119+254=508 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.57% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #8777FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8777FE is #788801. Grayscale: #8A8A8A. Windows color (decimal): -7899138 or 16676743. OLE color: 16676743.
HSL color Cylindrical-coordinate representation of color #8777FE: hue angle of 247.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8777FE is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 119 | 254 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.00 |
| HSL | 247.11º | 0.99% | 0.73% | - |
| HSV(B) | 247.11º | 0.53% | 1% | - |
| XYZ | 34.48 | 25.5 | 96.87 | - |
| YUV | 139.17 | 192.8 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 119 | 254 | 0.47 | 0.53 | 0 | 0.00 | 247.11 | 0.99 | 0.73 |
| Hex | 87 | 77 | FE | 2F | 35 | 0 | 0 | F7 | 63 | 49 |
| Octal | 207 | 167 | 376 | 57 | 65 | 0 | 0 | 367 | 143 | 111 |
| Binary | 10000111 | 1110111 | 11111110 | 101111 | 110101 | 0 | 0 | 11110111 | 1100011 | 1001001 |
Color Harmonies of #8777FE
Complementary color
Monochromatic Colors of #8777FE
Black with #8777FE
Text Example
Text Example
White with #8777FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8777FE; }
p { color: rgb(135,119,254); }
H1.HeaderClassName
{
color: #8777FE;
}
.AnyTagClassName
{
color: #8777FE;
}
</style>
background-color css
<style>
a { background-color: #8777FE; }
a { background-color: rgb(135,119,254); }
div.DivClassName
{
background-color: #8777FE;
}
.BgClassName
{
background-color: #8777FE;
}
</style>
border-color css
<style>
span { border-color: #8777FE; }
span { border-color: rgb(135,119,254); }
td.TdClassName
{
border-color: #8777FE;
}
.TagClassName
{
border-color: #8777FE;
}
</style>