Shades of Light Slate Blue #9A8AF8
Tints of Light Slate Blue #9A8AF8
RGB
CMYK
RGB Variations
Color information
#9A8AF8 (or 0x9A8AF8) is known color: Light Slate Blue. HEX triplet: 9A, 8A and F8. RGB value is (154,138,248). Sum of RGB (Red+Green+Blue) = 154+138+248=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #9A8AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8AF8 is #657507. Grayscale: #9A9A9A. Windows color (decimal): -6649096 or 16288410. OLE color: 16288410.
HSL color Cylindrical-coordinate representation of color #9A8AF8: hue angle of 248.73º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A8AF8 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 138 | 248 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.03 |
| HSL | 248.73º | 0.89% | 0.76% | - |
| HSV(B) | 248.73º | 0.44% | 0.97% | - |
| XYZ | 39.36 | 31.82 | 92.88 | - |
| YUV | 155.32 | 180.3 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 138 | 248 | 0.38 | 0.44 | 0 | 0.03 | 248.73 | 0.89 | 0.76 |
| Hex | 9A | 8A | F8 | 26 | 2C | 0 | 3 | F9 | 59 | 4C |
| Octal | 232 | 212 | 370 | 46 | 54 | 0 | 3 | 371 | 131 | 114 |
| Binary | 10011010 | 10001010 | 11111000 | 100110 | 101100 | 0 | 11 | 11111001 | 1011001 | 1001100 |
Color Harmonies of #9A8AF8
Complementary color
Monochromatic Colors of #9A8AF8
Black with #9A8AF8
Text Example
Text Example
White with #9A8AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8AF8; }
p { color: rgb(154,138,248); }
H1.HeaderClassName
{
color: #9A8AF8;
}
.AnyTagClassName
{
color: #9A8AF8;
}
</style>
background-color css
<style>
a { background-color: #9A8AF8; }
a { background-color: rgb(154,138,248); }
div.DivClassName
{
background-color: #9A8AF8;
}
.BgClassName
{
background-color: #9A8AF8;
}
</style>
border-color css
<style>
span { border-color: #9A8AF8; }
span { border-color: rgb(154,138,248); }
td.TdClassName
{
border-color: #9A8AF8;
}
.TagClassName
{
border-color: #9A8AF8;
}
</style>