Shades of Light Slate Blue #8F80FA
Tints of Light Slate Blue #8F80FA
RGB
CMYK
RGB Variations
Color information
#8F80FA (or 0x8F80FA) is known color: Light Slate Blue. HEX triplet: 8F, 80 and FA. RGB value is (143,128,250). Sum of RGB (Red+Green+Blue) = 143+128+250=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F80FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F80FA is #707F05. Grayscale: #919191. Windows color (decimal): -7372550 or 16416911. OLE color: 16416911.
HSL color Cylindrical-coordinate representation of color #8F80FA: hue angle of 247.38º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F80FA is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 128 | 250 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.02 |
| HSL | 247.38º | 0.92% | 0.74% | - |
| HSV(B) | 247.38º | 0.49% | 0.98% | - |
| XYZ | 36.3 | 28.18 | 93.97 | - |
| YUV | 146.39 | 186.47 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 250 | 0.43 | 0.49 | 0 | 0.02 | 247.38 | 0.92 | 0.74 |
| Hex | 8F | 80 | FA | 2B | 31 | 0 | 2 | F7 | 5C | 4A |
| Octal | 217 | 200 | 372 | 53 | 61 | 0 | 2 | 367 | 134 | 112 |
| Binary | 10001111 | 10000000 | 11111010 | 101011 | 110001 | 0 | 10 | 11110111 | 1011100 | 1001010 |
Color Harmonies of #8F80FA
Complementary color
Monochromatic Colors of #8F80FA
Black with #8F80FA
Text Example
Text Example
White with #8F80FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F80FA; }
p { color: rgb(143,128,250); }
H1.HeaderClassName
{
color: #8F80FA;
}
.AnyTagClassName
{
color: #8F80FA;
}
</style>
background-color css
<style>
a { background-color: #8F80FA; }
a { background-color: rgb(143,128,250); }
div.DivClassName
{
background-color: #8F80FA;
}
.BgClassName
{
background-color: #8F80FA;
}
</style>
border-color css
<style>
span { border-color: #8F80FA; }
span { border-color: rgb(143,128,250); }
td.TdClassName
{
border-color: #8F80FA;
}
.TagClassName
{
border-color: #8F80FA;
}
</style>