Shades of Light Slate Blue #8D90FB
Tints of Light Slate Blue #8D90FB
RGB
CMYK
RGB Variations
Color information
#8D90FB (or 0x8D90FB) is known color: Light Slate Blue. HEX triplet: 8D, 90 and FB. RGB value is (141,144,251). Sum of RGB (Red+Green+Blue) = 141+144+251=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D90FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D90FB is #726F04. Grayscale: #9A9A9A. Windows color (decimal): -7499525 or 16486541. OLE color: 16486541.
HSL color Cylindrical-coordinate representation of color #8D90FB: hue angle of 238.36º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D90FB is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 144 | 251 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.02 |
| HSL | 238.36º | 0.93% | 0.77% | - |
| HSV(B) | 238.36º | 0.44% | 0.98% | - |
| XYZ | 38.37 | 32.57 | 95.53 | - |
| YUV | 155.3 | 182.01 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 251 | 0.44 | 0.43 | 0 | 0.02 | 238.36 | 0.93 | 0.77 |
| Hex | 8D | 90 | FB | 2C | 2B | 0 | 2 | EE | 5D | 4D |
| Octal | 215 | 220 | 373 | 54 | 53 | 0 | 2 | 356 | 135 | 115 |
| Binary | 10001101 | 10010000 | 11111011 | 101100 | 101011 | 0 | 10 | 11101110 | 1011101 | 1001101 |
Color Harmonies of #8D90FB
Complementary color
Monochromatic Colors of #8D90FB
Black with #8D90FB
Text Example
Text Example
White with #8D90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D90FB; }
p { color: rgb(141,144,251); }
H1.HeaderClassName
{
color: #8D90FB;
}
.AnyTagClassName
{
color: #8D90FB;
}
</style>
background-color css
<style>
a { background-color: #8D90FB; }
a { background-color: rgb(141,144,251); }
div.DivClassName
{
background-color: #8D90FB;
}
.BgClassName
{
background-color: #8D90FB;
}
</style>
border-color css
<style>
span { border-color: #8D90FB; }
span { border-color: rgb(141,144,251); }
td.TdClassName
{
border-color: #8D90FB;
}
.TagClassName
{
border-color: #8D90FB;
}
</style>