Shades of Light Slate Blue #9A81F8
Tints of Light Slate Blue #9A81F8
RGB
CMYK
RGB Variations
Color information
#9A81F8 (or 0x9A81F8) is known color: Light Slate Blue. HEX triplet: 9A, 81 and F8. RGB value is (154,129,248). Sum of RGB (Red+Green+Blue) = 154+129+248=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #9A81F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A81F8 is #657E07. Grayscale: #959595. Windows color (decimal): -6651400 or 16286106. OLE color: 16286106.
HSL color Cylindrical-coordinate representation of color #9A81F8: hue angle of 252.61º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A81F8 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 129 | 248 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.03 |
| HSL | 252.61º | 0.89% | 0.74% | - |
| HSV(B) | 252.61º | 0.48% | 0.97% | - |
| XYZ | 38.12 | 29.35 | 92.46 | - |
| YUV | 150.04 | 183.28 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 129 | 248 | 0.38 | 0.48 | 0 | 0.03 | 252.61 | 0.89 | 0.74 |
| Hex | 9A | 81 | F8 | 26 | 30 | 0 | 3 | FD | 59 | 4A |
| Octal | 232 | 201 | 370 | 46 | 60 | 0 | 3 | 375 | 131 | 112 |
| Binary | 10011010 | 10000001 | 11111000 | 100110 | 110000 | 0 | 11 | 11111101 | 1011001 | 1001010 |
Color Harmonies of #9A81F8
Complementary color
Monochromatic Colors of #9A81F8
Black with #9A81F8
Text Example
Text Example
White with #9A81F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A81F8; }
p { color: rgb(154,129,248); }
H1.HeaderClassName
{
color: #9A81F8;
}
.AnyTagClassName
{
color: #9A81F8;
}
</style>
background-color css
<style>
a { background-color: #9A81F8; }
a { background-color: rgb(154,129,248); }
div.DivClassName
{
background-color: #9A81F8;
}
.BgClassName
{
background-color: #9A81F8;
}
</style>
border-color css
<style>
span { border-color: #9A81F8; }
span { border-color: rgb(154,129,248); }
td.TdClassName
{
border-color: #9A81F8;
}
.TagClassName
{
border-color: #9A81F8;
}
</style>