Shades of Light Slate Blue #8C77FD
Tints of Light Slate Blue #8C77FD
RGB
CMYK
RGB Variations
Color information
#8C77FD (or 0x8C77FD) is known color: Light Slate Blue. HEX triplet: 8C, 77 and FD. RGB value is (140,119,253). Sum of RGB (Red+Green+Blue) = 140+119+253=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C77FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C77FD is #738802. Grayscale: #8C8C8C. Windows color (decimal): -7571459 or 16611212. OLE color: 16611212.
HSL color Cylindrical-coordinate representation of color #8C77FD: hue angle of 249.4º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C77FD is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 119 | 253 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.01 |
| HSL | 249.4º | 0.97% | 0.73% | - |
| HSV(B) | 249.4º | 0.53% | 0.99% | - |
| XYZ | 35.14 | 25.86 | 96.07 | - |
| YUV | 140.56 | 191.46 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 119 | 253 | 0.45 | 0.53 | 0 | 0.01 | 249.4 | 0.97 | 0.73 |
| Hex | 8C | 77 | FD | 2D | 35 | 0 | 1 | F9 | 61 | 49 |
| Octal | 214 | 167 | 375 | 55 | 65 | 0 | 1 | 371 | 141 | 111 |
| Binary | 10001100 | 1110111 | 11111101 | 101101 | 110101 | 0 | 1 | 11111001 | 1100001 | 1001001 |
Color Harmonies of #8C77FD
Complementary color
Monochromatic Colors of #8C77FD
Black with #8C77FD
Text Example
Text Example
White with #8C77FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C77FD; }
p { color: rgb(140,119,253); }
H1.HeaderClassName
{
color: #8C77FD;
}
.AnyTagClassName
{
color: #8C77FD;
}
</style>
background-color css
<style>
a { background-color: #8C77FD; }
a { background-color: rgb(140,119,253); }
div.DivClassName
{
background-color: #8C77FD;
}
.BgClassName
{
background-color: #8C77FD;
}
</style>
border-color css
<style>
span { border-color: #8C77FD; }
span { border-color: rgb(140,119,253); }
td.TdClassName
{
border-color: #8C77FD;
}
.TagClassName
{
border-color: #8C77FD;
}
</style>