Shades of Light Slate Blue #9A7BF9
Tints of Light Slate Blue #9A7BF9
RGB
CMYK
RGB Variations
Color information
#9A7BF9 (or 0x9A7BF9) is known color: Light Slate Blue. HEX triplet: 9A, 7B and F9. RGB value is (154,123,249). Sum of RGB (Red+Green+Blue) = 154+123+249=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A7BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7BF9 is #658406. Grayscale: #929292. Windows color (decimal): -6652935 or 16350106. OLE color: 16350106.
HSL color Cylindrical-coordinate representation of color #9A7BF9: hue angle of 254.76º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A7BF9 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 123 | 249 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.02 |
| HSL | 254.76º | 0.91% | 0.73% | - |
| HSV(B) | 254.76º | 0.51% | 0.98% | - |
| XYZ | 37.51 | 27.88 | 93.03 | - |
| YUV | 146.63 | 185.77 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 249 | 0.38 | 0.51 | 0 | 0.02 | 254.76 | 0.91 | 0.73 |
| Hex | 9A | 7B | F9 | 26 | 33 | 0 | 2 | FF | 5B | 49 |
| Octal | 232 | 173 | 371 | 46 | 63 | 0 | 2 | 377 | 133 | 111 |
| Binary | 10011010 | 1111011 | 11111001 | 100110 | 110011 | 0 | 10 | 11111111 | 1011011 | 1001001 |
Color Harmonies of #9A7BF9
Complementary color
Monochromatic Colors of #9A7BF9
Black with #9A7BF9
Text Example
Text Example
White with #9A7BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7BF9; }
p { color: rgb(154,123,249); }
H1.HeaderClassName
{
color: #9A7BF9;
}
.AnyTagClassName
{
color: #9A7BF9;
}
</style>
background-color css
<style>
a { background-color: #9A7BF9; }
a { background-color: rgb(154,123,249); }
div.DivClassName
{
background-color: #9A7BF9;
}
.BgClassName
{
background-color: #9A7BF9;
}
</style>
border-color css
<style>
span { border-color: #9A7BF9; }
span { border-color: rgb(154,123,249); }
td.TdClassName
{
border-color: #9A7BF9;
}
.TagClassName
{
border-color: #9A7BF9;
}
</style>