Shades of Light Slate Blue #9D81FE
Tints of Light Slate Blue #9D81FE
RGB
CMYK
RGB Variations
Color information
#9D81FE (or 0x9D81FE) is known color: Light Slate Blue. HEX triplet: 9D, 81 and FE. RGB value is (157,129,254). Sum of RGB (Red+Green+Blue) = 157+129+254=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D81FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D81FE is #627E01. Grayscale: #979797. Windows color (decimal): -6454786 or 16679325. OLE color: 16679325.
HSL color Cylindrical-coordinate representation of color #9D81FE: hue angle of 253.44º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D81FE is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 129 | 254 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.00 |
| HSL | 253.44º | 0.98% | 0.75% | - |
| HSV(B) | 253.44º | 0.49% | 1% | - |
| XYZ | 39.64 | 30.02 | 97.47 | - |
| YUV | 151.62 | 185.78 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 254 | 0.38 | 0.49 | 0 | 0.00 | 253.44 | 0.98 | 0.75 |
| Hex | 9D | 81 | FE | 26 | 31 | 0 | 0 | FD | 62 | 4B |
| Octal | 235 | 201 | 376 | 46 | 61 | 0 | 0 | 375 | 142 | 113 |
| Binary | 10011101 | 10000001 | 11111110 | 100110 | 110001 | 0 | 0 | 11111101 | 1100010 | 1001011 |
Color Harmonies of #9D81FE
Complementary color
Monochromatic Colors of #9D81FE
Black with #9D81FE
Text Example
Text Example
White with #9D81FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D81FE; }
p { color: rgb(157,129,254); }
H1.HeaderClassName
{
color: #9D81FE;
}
.AnyTagClassName
{
color: #9D81FE;
}
</style>
background-color css
<style>
a { background-color: #9D81FE; }
a { background-color: rgb(157,129,254); }
div.DivClassName
{
background-color: #9D81FE;
}
.BgClassName
{
background-color: #9D81FE;
}
</style>
border-color css
<style>
span { border-color: #9D81FE; }
span { border-color: rgb(157,129,254); }
td.TdClassName
{
border-color: #9D81FE;
}
.TagClassName
{
border-color: #9D81FE;
}
</style>