Shades of Light Slate Blue #908FFD
Tints of Light Slate Blue #908FFD
RGB
CMYK
RGB Variations
Color information
#908FFD (or 0x908FFD) is known color: Light Slate Blue. HEX triplet: 90, 8F and FD. RGB value is (144,143,253). Sum of RGB (Red+Green+Blue) = 144+143+253=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #908FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908FFD is #6F7002. Grayscale: #9B9B9B. Windows color (decimal): -7303171 or 16617360. OLE color: 16617360.
HSL color Cylindrical-coordinate representation of color #908FFD: hue angle of 240.55º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #908FFD is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 143 | 253 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.01 |
| HSL | 240.55º | 0.96% | 0.78% | - |
| HSV(B) | 240.55º | 0.43% | 0.99% | - |
| XYZ | 39.05 | 32.67 | 97.18 | - |
| YUV | 155.84 | 182.83 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 253 | 0.43 | 0.43 | 0 | 0.01 | 240.55 | 0.96 | 0.78 |
| Hex | 90 | 8F | FD | 2B | 2B | 0 | 1 | F1 | 60 | 4E |
| Octal | 220 | 217 | 375 | 53 | 53 | 0 | 1 | 361 | 140 | 116 |
| Binary | 10010000 | 10001111 | 11111101 | 101011 | 101011 | 0 | 1 | 11110001 | 1100000 | 1001110 |
Color Harmonies of #908FFD
Complementary color
Monochromatic Colors of #908FFD
Black with #908FFD
Text Example
Text Example
White with #908FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FFD; }
p { color: rgb(144,143,253); }
H1.HeaderClassName
{
color: #908FFD;
}
.AnyTagClassName
{
color: #908FFD;
}
</style>
background-color css
<style>
a { background-color: #908FFD; }
a { background-color: rgb(144,143,253); }
div.DivClassName
{
background-color: #908FFD;
}
.BgClassName
{
background-color: #908FFD;
}
</style>
border-color css
<style>
span { border-color: #908FFD; }
span { border-color: rgb(144,143,253); }
td.TdClassName
{
border-color: #908FFD;
}
.TagClassName
{
border-color: #908FFD;
}
</style>