Shades of Light Slate Blue #9E81FB
Tints of Light Slate Blue #9E81FB
RGB
CMYK
RGB Variations
Color information
#9E81FB (or 0x9E81FB) is known color: Light Slate Blue. HEX triplet: 9E, 81 and FB. RGB value is (158,129,251). Sum of RGB (Red+Green+Blue) = 158+129+251=538 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.37% from 538); Green value is 129 (50.78% from 255 or 23.98% 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 #9E81FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E81FB is #617E04. Grayscale: #979797. Windows color (decimal): -6389253 or 16482718. OLE color: 16482718.
HSL color Cylindrical-coordinate representation of color #9E81FB: hue angle of 254.26º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E81FB is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 129 | 251 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.02 |
| HSL | 254.26º | 0.94% | 0.75% | - |
| HSV(B) | 254.26º | 0.49% | 0.98% | - |
| XYZ | 39.36 | 29.93 | 94.97 | - |
| YUV | 151.58 | 184.11 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 251 | 0.37 | 0.49 | 0 | 0.02 | 254.26 | 0.94 | 0.75 |
| Hex | 9E | 81 | FB | 25 | 31 | 0 | 2 | FE | 5E | 4B |
| Octal | 236 | 201 | 373 | 45 | 61 | 0 | 2 | 376 | 136 | 113 |
| Binary | 10011110 | 10000001 | 11111011 | 100101 | 110001 | 0 | 10 | 11111110 | 1011110 | 1001011 |
Color Harmonies of #9E81FB
Complementary color
Monochromatic Colors of #9E81FB
Black with #9E81FB
Text Example
Text Example
White with #9E81FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E81FB; }
p { color: rgb(158,129,251); }
H1.HeaderClassName
{
color: #9E81FB;
}
.AnyTagClassName
{
color: #9E81FB;
}
</style>
background-color css
<style>
a { background-color: #9E81FB; }
a { background-color: rgb(158,129,251); }
div.DivClassName
{
background-color: #9E81FB;
}
.BgClassName
{
background-color: #9E81FB;
}
</style>
border-color css
<style>
span { border-color: #9E81FB; }
span { border-color: rgb(158,129,251); }
td.TdClassName
{
border-color: #9E81FB;
}
.TagClassName
{
border-color: #9E81FB;
}
</style>