Shades of Light Slate Blue #9A81FB
Tints of Light Slate Blue #9A81FB
RGB
CMYK
RGB Variations
Color information
#9A81FB (or 0x9A81FB) is known color: Light Slate Blue. HEX triplet: 9A, 81 and FB. RGB value is (154,129,251). Sum of RGB (Red+Green+Blue) = 154+129+251=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A81FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A81FB is #657E04. Grayscale: #959595. Windows color (decimal): -6651397 or 16482714. OLE color: 16482714.
HSL color Cylindrical-coordinate representation of color #9A81FB: hue angle of 252.3º 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 #9A81FB is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 129 | 251 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.02 |
| HSL | 252.3º | 0.94% | 0.75% | - |
| HSV(B) | 252.3º | 0.49% | 0.98% | - |
| XYZ | 38.59 | 29.54 | 94.93 | - |
| YUV | 150.38 | 184.78 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 129 | 251 | 0.39 | 0.49 | 0 | 0.02 | 252.3 | 0.94 | 0.75 |
| Hex | 9A | 81 | FB | 27 | 31 | 0 | 2 | FC | 5E | 4B |
| Octal | 232 | 201 | 373 | 47 | 61 | 0 | 2 | 374 | 136 | 113 |
| Binary | 10011010 | 10000001 | 11111011 | 100111 | 110001 | 0 | 10 | 11111100 | 1011110 | 1001011 |
Color Harmonies of #9A81FB
Complementary color
Monochromatic Colors of #9A81FB
Black with #9A81FB
Text Example
Text Example
White with #9A81FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A81FB; }
p { color: rgb(154,129,251); }
H1.HeaderClassName
{
color: #9A81FB;
}
.AnyTagClassName
{
color: #9A81FB;
}
</style>
background-color css
<style>
a { background-color: #9A81FB; }
a { background-color: rgb(154,129,251); }
div.DivClassName
{
background-color: #9A81FB;
}
.BgClassName
{
background-color: #9A81FB;
}
</style>
border-color css
<style>
span { border-color: #9A81FB; }
span { border-color: rgb(154,129,251); }
td.TdClassName
{
border-color: #9A81FB;
}
.TagClassName
{
border-color: #9A81FB;
}
</style>