Shades of Light Slate Blue #9A81FA
Tints of Light Slate Blue #9A81FA
RGB
CMYK
RGB Variations
Color information
#9A81FA (or 0x9A81FA) is known color: Light Slate Blue. HEX triplet: 9A, 81 and FA. RGB value is (154,129,250). Sum of RGB (Red+Green+Blue) = 154+129+250=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A81FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A81FA is #657E05. Grayscale: #959595. Windows color (decimal): -6651398 or 16417178. OLE color: 16417178.
HSL color Cylindrical-coordinate representation of color #9A81FA: hue angle of 252.4º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A81FA is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 129 | 250 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.02 |
| HSL | 252.4º | 0.92% | 0.74% | - |
| HSV(B) | 252.4º | 0.48% | 0.98% | - |
| XYZ | 38.43 | 29.47 | 94.11 | - |
| YUV | 150.27 | 184.28 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 129 | 250 | 0.38 | 0.48 | 0 | 0.02 | 252.4 | 0.92 | 0.74 |
| Hex | 9A | 81 | FA | 26 | 30 | 0 | 2 | FC | 5C | 4A |
| Octal | 232 | 201 | 372 | 46 | 60 | 0 | 2 | 374 | 134 | 112 |
| Binary | 10011010 | 10000001 | 11111010 | 100110 | 110000 | 0 | 10 | 11111100 | 1011100 | 1001010 |
Color Harmonies of #9A81FA
Complementary color
Monochromatic Colors of #9A81FA
Black with #9A81FA
Text Example
Text Example
White with #9A81FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A81FA; }
p { color: rgb(154,129,250); }
H1.HeaderClassName
{
color: #9A81FA;
}
.AnyTagClassName
{
color: #9A81FA;
}
</style>
background-color css
<style>
a { background-color: #9A81FA; }
a { background-color: rgb(154,129,250); }
div.DivClassName
{
background-color: #9A81FA;
}
.BgClassName
{
background-color: #9A81FA;
}
</style>
border-color css
<style>
span { border-color: #9A81FA; }
span { border-color: rgb(154,129,250); }
td.TdClassName
{
border-color: #9A81FA;
}
.TagClassName
{
border-color: #9A81FA;
}
</style>