Shades of Light Slate Blue #908EFB
Tints of Light Slate Blue #908EFB
RGB
CMYK
RGB Variations
Color information
#908EFB (or 0x908EFB) is known color: Light Slate Blue. HEX triplet: 90, 8E and FB. RGB value is (144,142,251). Sum of RGB (Red+Green+Blue) = 144+142+251=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #908EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908EFB is #6F7104. Grayscale: #9A9A9A. Windows color (decimal): -7303429 or 16486032. OLE color: 16486032.
HSL color Cylindrical-coordinate representation of color #908EFB: hue angle of 241.1º 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 #908EFB is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 142 | 251 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.02 |
| HSL | 241.1º | 0.93% | 0.77% | - |
| HSV(B) | 241.1º | 0.43% | 0.98% | - |
| XYZ | 38.59 | 32.24 | 95.46 | - |
| YUV | 155.02 | 182.16 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 251 | 0.43 | 0.43 | 0 | 0.02 | 241.1 | 0.93 | 0.77 |
| Hex | 90 | 8E | FB | 2B | 2B | 0 | 2 | F1 | 5D | 4D |
| Octal | 220 | 216 | 373 | 53 | 53 | 0 | 2 | 361 | 135 | 115 |
| Binary | 10010000 | 10001110 | 11111011 | 101011 | 101011 | 0 | 10 | 11110001 | 1011101 | 1001101 |
Color Harmonies of #908EFB
Complementary color
Monochromatic Colors of #908EFB
Black with #908EFB
Text Example
Text Example
White with #908EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908EFB; }
p { color: rgb(144,142,251); }
H1.HeaderClassName
{
color: #908EFB;
}
.AnyTagClassName
{
color: #908EFB;
}
</style>
background-color css
<style>
a { background-color: #908EFB; }
a { background-color: rgb(144,142,251); }
div.DivClassName
{
background-color: #908EFB;
}
.BgClassName
{
background-color: #908EFB;
}
</style>
border-color css
<style>
span { border-color: #908EFB; }
span { border-color: rgb(144,142,251); }
td.TdClassName
{
border-color: #908EFB;
}
.TagClassName
{
border-color: #908EFB;
}
</style>