Shades of Light Slate Blue #8C76FA
Tints of Light Slate Blue #8C76FA
RGB
CMYK
RGB Variations
Color information
#8C76FA (or 0x8C76FA) is known color: Light Slate Blue. HEX triplet: 8C, 76 and FA. RGB value is (140,118,250). Sum of RGB (Red+Green+Blue) = 140+118+250=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C76FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C76FA is #738905. Grayscale: #8B8B8B. Windows color (decimal): -7571718 or 16414348. OLE color: 16414348.
HSL color Cylindrical-coordinate representation of color #8C76FA: hue angle of 250º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C76FA is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 118 | 250 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.02 |
| HSL | 250º | 0.93% | 0.72% | - |
| HSV(B) | 250º | 0.53% | 0.98% | - |
| XYZ | 34.55 | 25.43 | 93.53 | - |
| YUV | 139.63 | 190.29 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 250 | 0.44 | 0.53 | 0 | 0.02 | 250 | 0.93 | 0.72 |
| Hex | 8C | 76 | FA | 2C | 35 | 0 | 2 | FA | 5D | 48 |
| Octal | 214 | 166 | 372 | 54 | 65 | 0 | 2 | 372 | 135 | 110 |
| Binary | 10001100 | 1110110 | 11111010 | 101100 | 110101 | 0 | 10 | 11111010 | 1011101 | 1001000 |
Color Harmonies of #8C76FA
Complementary color
Monochromatic Colors of #8C76FA
Black with #8C76FA
Text Example
Text Example
White with #8C76FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C76FA; }
p { color: rgb(140,118,250); }
H1.HeaderClassName
{
color: #8C76FA;
}
.AnyTagClassName
{
color: #8C76FA;
}
</style>
background-color css
<style>
a { background-color: #8C76FA; }
a { background-color: rgb(140,118,250); }
div.DivClassName
{
background-color: #8C76FA;
}
.BgClassName
{
background-color: #8C76FA;
}
</style>
border-color css
<style>
span { border-color: #8C76FA; }
span { border-color: rgb(140,118,250); }
td.TdClassName
{
border-color: #8C76FA;
}
.TagClassName
{
border-color: #8C76FA;
}
</style>