Shades of Light Slate Blue #8C77FE
Tints of Light Slate Blue #8C77FE
RGB
CMYK
RGB Variations
Color information
#8C77FE (or 0x8C77FE) is known color: Light Slate Blue. HEX triplet: 8C, 77 and FE. RGB value is (140,119,254). Sum of RGB (Red+Green+Blue) = 140+119+254=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C77FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C77FE is #738801. Grayscale: #8C8C8C. Windows color (decimal): -7571458 or 16676748. OLE color: 16676748.
HSL color Cylindrical-coordinate representation of color #8C77FE: hue angle of 249.33º 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 #8C77FE is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 119 | 254 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.00 |
| HSL | 249.33º | 0.99% | 0.73% | - |
| HSV(B) | 249.33º | 0.53% | 1% | - |
| XYZ | 35.3 | 25.92 | 96.91 | - |
| YUV | 140.67 | 191.96 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 119 | 254 | 0.45 | 0.53 | 0 | 0.00 | 249.33 | 0.99 | 0.73 |
| Hex | 8C | 77 | FE | 2D | 35 | 0 | 0 | F9 | 63 | 49 |
| Octal | 214 | 167 | 376 | 55 | 65 | 0 | 0 | 371 | 143 | 111 |
| Binary | 10001100 | 1110111 | 11111110 | 101101 | 110101 | 0 | 0 | 11111001 | 1100011 | 1001001 |
Color Harmonies of #8C77FE
Complementary color
Monochromatic Colors of #8C77FE
Black with #8C77FE
Text Example
Text Example
White with #8C77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C77FE; }
p { color: rgb(140,119,254); }
H1.HeaderClassName
{
color: #8C77FE;
}
.AnyTagClassName
{
color: #8C77FE;
}
</style>
background-color css
<style>
a { background-color: #8C77FE; }
a { background-color: rgb(140,119,254); }
div.DivClassName
{
background-color: #8C77FE;
}
.BgClassName
{
background-color: #8C77FE;
}
</style>
border-color css
<style>
span { border-color: #8C77FE; }
span { border-color: rgb(140,119,254); }
td.TdClassName
{
border-color: #8C77FE;
}
.TagClassName
{
border-color: #8C77FE;
}
</style>