Shades of Light Slate Blue #908FFB
Tints of Light Slate Blue #908FFB
RGB
CMYK
RGB Variations
Color information
#908FFB (or 0x908FFB) is known color: Light Slate Blue. HEX triplet: 90, 8F and FB. RGB value is (144,143,251). Sum of RGB (Red+Green+Blue) = 144+143+251=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 143 (56.25% from 255 or 26.58% 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 #908FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908FFB is #6F7004. Grayscale: #9B9B9B. Windows color (decimal): -7303173 or 16486288. OLE color: 16486288.
HSL color Cylindrical-coordinate representation of color #908FFB: hue angle of 240.56º 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 #908FFB is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 143 | 251 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.02 |
| HSL | 240.56º | 0.93% | 0.77% | - |
| HSV(B) | 240.56º | 0.43% | 0.98% | - |
| XYZ | 38.74 | 32.54 | 95.51 | - |
| YUV | 155.61 | 181.83 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 251 | 0.43 | 0.43 | 0 | 0.02 | 240.56 | 0.93 | 0.77 |
| Hex | 90 | 8F | FB | 2B | 2B | 0 | 2 | F1 | 5D | 4D |
| Octal | 220 | 217 | 373 | 53 | 53 | 0 | 2 | 361 | 135 | 115 |
| Binary | 10010000 | 10001111 | 11111011 | 101011 | 101011 | 0 | 10 | 11110001 | 1011101 | 1001101 |
Color Harmonies of #908FFB
Complementary color
Monochromatic Colors of #908FFB
Black with #908FFB
Text Example
Text Example
White with #908FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FFB; }
p { color: rgb(144,143,251); }
H1.HeaderClassName
{
color: #908FFB;
}
.AnyTagClassName
{
color: #908FFB;
}
</style>
background-color css
<style>
a { background-color: #908FFB; }
a { background-color: rgb(144,143,251); }
div.DivClassName
{
background-color: #908FFB;
}
.BgClassName
{
background-color: #908FFB;
}
</style>
border-color css
<style>
span { border-color: #908FFB; }
span { border-color: rgb(144,143,251); }
td.TdClassName
{
border-color: #908FFB;
}
.TagClassName
{
border-color: #908FFB;
}
</style>