Shades of Light Slate Blue #9A81F7
Tints of Light Slate Blue #9A81F7
RGB
CMYK
RGB Variations
Color information
#9A81F7 (or 0x9A81F7) is known color: Light Slate Blue. HEX triplet: 9A, 81 and F7. RGB value is (154,129,247). Sum of RGB (Red+Green+Blue) = 154+129+247=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A81F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A81F7 is #657E08. Grayscale: #959595. Windows color (decimal): -6651401 or 16220570. OLE color: 16220570.
HSL color Cylindrical-coordinate representation of color #9A81F7: hue angle of 252.71º degrees, saturation: 0.88, 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 #9A81F7 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 129 | 247 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.03 |
| HSL | 252.71º | 0.88% | 0.74% | - |
| HSV(B) | 252.71º | 0.48% | 0.97% | - |
| XYZ | 37.97 | 29.29 | 91.65 | - |
| YUV | 149.93 | 182.78 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 129 | 247 | 0.38 | 0.48 | 0 | 0.03 | 252.71 | 0.88 | 0.74 |
| Hex | 9A | 81 | F7 | 26 | 30 | 0 | 3 | FD | 58 | 4A |
| Octal | 232 | 201 | 367 | 46 | 60 | 0 | 3 | 375 | 130 | 112 |
| Binary | 10011010 | 10000001 | 11110111 | 100110 | 110000 | 0 | 11 | 11111101 | 1011000 | 1001010 |
Color Harmonies of #9A81F7
Complementary color
Monochromatic Colors of #9A81F7
Black with #9A81F7
Text Example
Text Example
White with #9A81F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A81F7; }
p { color: rgb(154,129,247); }
H1.HeaderClassName
{
color: #9A81F7;
}
.AnyTagClassName
{
color: #9A81F7;
}
</style>
background-color css
<style>
a { background-color: #9A81F7; }
a { background-color: rgb(154,129,247); }
div.DivClassName
{
background-color: #9A81F7;
}
.BgClassName
{
background-color: #9A81F7;
}
</style>
border-color css
<style>
span { border-color: #9A81F7; }
span { border-color: rgb(154,129,247); }
td.TdClassName
{
border-color: #9A81F7;
}
.TagClassName
{
border-color: #9A81F7;
}
</style>