Shades of Light Slate Blue #8F89FA
Tints of Light Slate Blue #8F89FA
RGB
CMYK
RGB Variations
Color information
#8F89FA (or 0x8F89FA) is known color: Light Slate Blue. HEX triplet: 8F, 89 and FA. RGB value is (143,137,250). Sum of RGB (Red+Green+Blue) = 143+137+250=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F89FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F89FA is #707605. Grayscale: #979797. Windows color (decimal): -7370246 or 16419215. OLE color: 16419215.
HSL color Cylindrical-coordinate representation of color #8F89FA: hue angle of 243.19º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F89FA is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 137 | 250 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.02 |
| HSL | 243.19º | 0.92% | 0.76% | - |
| HSV(B) | 243.19º | 0.45% | 0.98% | - |
| XYZ | 37.53 | 30.63 | 94.38 | - |
| YUV | 151.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 250 | 0.43 | 0.45 | 0 | 0.02 | 243.19 | 0.92 | 0.76 |
| Hex | 8F | 89 | FA | 2B | 2D | 0 | 2 | F3 | 5C | 4C |
| Octal | 217 | 211 | 372 | 53 | 55 | 0 | 2 | 363 | 134 | 114 |
| Binary | 10001111 | 10001001 | 11111010 | 101011 | 101101 | 0 | 10 | 11110011 | 1011100 | 1001100 |
Color Harmonies of #8F89FA
Complementary color
Monochromatic Colors of #8F89FA
Black with #8F89FA
Text Example
Text Example
White with #8F89FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F89FA; }
p { color: rgb(143,137,250); }
H1.HeaderClassName
{
color: #8F89FA;
}
.AnyTagClassName
{
color: #8F89FA;
}
</style>
background-color css
<style>
a { background-color: #8F89FA; }
a { background-color: rgb(143,137,250); }
div.DivClassName
{
background-color: #8F89FA;
}
.BgClassName
{
background-color: #8F89FA;
}
</style>
border-color css
<style>
span { border-color: #8F89FA; }
span { border-color: rgb(143,137,250); }
td.TdClassName
{
border-color: #8F89FA;
}
.TagClassName
{
border-color: #8F89FA;
}
</style>