Shades of Light Slate Blue #8F77FA
Tints of Light Slate Blue #8F77FA
RGB
CMYK
RGB Variations
Color information
#8F77FA (or 0x8F77FA) is known color: Light Slate Blue. HEX triplet: 8F, 77 and FA. RGB value is (143,119,250). Sum of RGB (Red+Green+Blue) = 143+119+250=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F77FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F77FA is #708805. Grayscale: #8C8C8C. Windows color (decimal): -7374854 or 16414607. OLE color: 16414607.
HSL color Cylindrical-coordinate representation of color #8F77FA: hue angle of 250.99º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F77FA is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 119 | 250 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.02 |
| HSL | 250.99º | 0.93% | 0.72% | - |
| HSV(B) | 250.99º | 0.52% | 0.98% | - |
| XYZ | 35.18 | 25.94 | 93.59 | - |
| YUV | 141.11 | 189.45 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 250 | 0.43 | 0.52 | 0 | 0.02 | 250.99 | 0.93 | 0.72 |
| Hex | 8F | 77 | FA | 2B | 34 | 0 | 2 | FB | 5D | 48 |
| Octal | 217 | 167 | 372 | 53 | 64 | 0 | 2 | 373 | 135 | 110 |
| Binary | 10001111 | 1110111 | 11111010 | 101011 | 110100 | 0 | 10 | 11111011 | 1011101 | 1001000 |
Color Harmonies of #8F77FA
Complementary color
Monochromatic Colors of #8F77FA
Black with #8F77FA
Text Example
Text Example
White with #8F77FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F77FA; }
p { color: rgb(143,119,250); }
H1.HeaderClassName
{
color: #8F77FA;
}
.AnyTagClassName
{
color: #8F77FA;
}
</style>
background-color css
<style>
a { background-color: #8F77FA; }
a { background-color: rgb(143,119,250); }
div.DivClassName
{
background-color: #8F77FA;
}
.BgClassName
{
background-color: #8F77FA;
}
</style>
border-color css
<style>
span { border-color: #8F77FA; }
span { border-color: rgb(143,119,250); }
td.TdClassName
{
border-color: #8F77FA;
}
.TagClassName
{
border-color: #8F77FA;
}
</style>