Shades of Light Slate Blue #9A8DF9
Tints of Light Slate Blue #9A8DF9
RGB
CMYK
RGB Variations
Color information
#9A8DF9 (or 0x9A8DF9) is known color: Light Slate Blue. HEX triplet: 9A, 8D and F9. RGB value is (154,141,249). Sum of RGB (Red+Green+Blue) = 154+141+249=544 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.31% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A8DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8DF9 is #657206. Grayscale: #9C9C9C. Windows color (decimal): -6648327 or 16354714. OLE color: 16354714.
HSL color Cylindrical-coordinate representation of color #9A8DF9: hue angle of 247.22º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A8DF9 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 154 | 141 | 249 | - |
CMYK | 0.38 | 0.43 | 0 | 0.02 |
HSL | 247.22º | 0.9% | 0.76% | - |
HSV(B) | 247.22º | 0.43% | 0.98% | - |
XYZ | 39.95 | 32.76 | 93.84 | - |
YUV | 157.2 | 179.81 | 125.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 141 | 249 | 0.38 | 0.43 | 0 | 0.02 | 247.22 | 0.9 | 0.76 |
Hex | 9A | 8D | F9 | 26 | 2B | 0 | 2 | F7 | 5A | 4C |
Octal | 232 | 215 | 371 | 46 | 53 | 0 | 2 | 367 | 132 | 114 |
Binary | 10011010 | 10001101 | 11111001 | 100110 | 101011 | 0 | 10 | 11110111 | 1011010 | 1001100 |
Color Harmonies of #9A8DF9
Complementary color
Monochromatic Colors of #9A8DF9
Black with #9A8DF9
Text Example
Text Example
White with #9A8DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8DF9; }
p { color: rgb(154,141,249); }
H1.HeaderClassName
{
color: #9A8DF9;
}
.AnyTagClassName
{
color: #9A8DF9;
}
</style>
background-color css
<style>
a { background-color: #9A8DF9; }
a { background-color: rgb(154,141,249); }
div.DivClassName
{
background-color: #9A8DF9;
}
.BgClassName
{
background-color: #9A8DF9;
}
</style>
border-color css
<style>
span { border-color: #9A8DF9; }
span { border-color: rgb(154,141,249); }
td.TdClassName
{
border-color: #9A8DF9;
}
.TagClassName
{
border-color: #9A8DF9;
}
</style>