Shades of Light Slate Blue #908BF6
Tints of Light Slate Blue #908BF6
RGB
CMYK
RGB Variations
Color information
#908BF6 (or 0x908BF6) is known color: Light Slate Blue. HEX triplet: 90, 8B and F6. RGB value is (144,139,246). Sum of RGB (Red+Green+Blue) = 144+139+246=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #908BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908BF6 is #6F7409. Grayscale: #989898. Windows color (decimal): -7304202 or 16157584. OLE color: 16157584.
HSL color Cylindrical-coordinate representation of color #908BF6: hue angle of 242.8º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #908BF6 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 139 | 246 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.04 |
| HSL | 242.8º | 0.86% | 0.75% | - |
| HSV(B) | 242.8º | 0.43% | 0.96% | - |
| XYZ | 37.37 | 31.05 | 91.21 | - |
| YUV | 152.69 | 180.66 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 246 | 0.41 | 0.43 | 0 | 0.04 | 242.8 | 0.86 | 0.75 |
| Hex | 90 | 8B | F6 | 29 | 2B | 0 | 4 | F3 | 56 | 4B |
| Octal | 220 | 213 | 366 | 51 | 53 | 0 | 4 | 363 | 126 | 113 |
| Binary | 10010000 | 10001011 | 11110110 | 101001 | 101011 | 0 | 100 | 11110011 | 1010110 | 1001011 |
Color Harmonies of #908BF6
Complementary color
Monochromatic Colors of #908BF6
Black with #908BF6
Text Example
Text Example
White with #908BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908BF6; }
p { color: rgb(144,139,246); }
H1.HeaderClassName
{
color: #908BF6;
}
.AnyTagClassName
{
color: #908BF6;
}
</style>
background-color css
<style>
a { background-color: #908BF6; }
a { background-color: rgb(144,139,246); }
div.DivClassName
{
background-color: #908BF6;
}
.BgClassName
{
background-color: #908BF6;
}
</style>
border-color css
<style>
span { border-color: #908BF6; }
span { border-color: rgb(144,139,246); }
td.TdClassName
{
border-color: #908BF6;
}
.TagClassName
{
border-color: #908BF6;
}
</style>