Shades of Light Slate Blue #8F90FB
Tints of Light Slate Blue #8F90FB
RGB
CMYK
RGB Variations
Color information
#8F90FB (or 0x8F90FB) is known color: Light Slate Blue. HEX triplet: 8F, 90 and FB. RGB value is (143,144,251). Sum of RGB (Red+Green+Blue) = 143+144+251=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F90FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F90FB is #706F04. Grayscale: #9B9B9B. Windows color (decimal): -7368453 or 16486543. OLE color: 16486543.
HSL color Cylindrical-coordinate representation of color #8F90FB: hue angle of 239.44º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F90FB is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 144 | 251 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.02 |
| HSL | 239.44º | 0.93% | 0.77% | - |
| HSV(B) | 239.44º | 0.43% | 0.98% | - |
| XYZ | 38.71 | 32.75 | 95.55 | - |
| YUV | 155.9 | 181.67 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 251 | 0.43 | 0.43 | 0 | 0.02 | 239.44 | 0.93 | 0.77 |
| Hex | 8F | 90 | FB | 2B | 2B | 0 | 2 | EF | 5D | 4D |
| Octal | 217 | 220 | 373 | 53 | 53 | 0 | 2 | 357 | 135 | 115 |
| Binary | 10001111 | 10010000 | 11111011 | 101011 | 101011 | 0 | 10 | 11101111 | 1011101 | 1001101 |
Color Harmonies of #8F90FB
Complementary color
Monochromatic Colors of #8F90FB
Black with #8F90FB
Text Example
Text Example
White with #8F90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F90FB; }
p { color: rgb(143,144,251); }
H1.HeaderClassName
{
color: #8F90FB;
}
.AnyTagClassName
{
color: #8F90FB;
}
</style>
background-color css
<style>
a { background-color: #8F90FB; }
a { background-color: rgb(143,144,251); }
div.DivClassName
{
background-color: #8F90FB;
}
.BgClassName
{
background-color: #8F90FB;
}
</style>
border-color css
<style>
span { border-color: #8F90FB; }
span { border-color: rgb(143,144,251); }
td.TdClassName
{
border-color: #8F90FB;
}
.TagClassName
{
border-color: #8F90FB;
}
</style>