Shades of Light Slate Blue #9A8AFE
Tints of Light Slate Blue #9A8AFE
RGB
CMYK
RGB Variations
Color information
#9A8AFE (or 0x9A8AFE) is known color: Light Slate Blue. HEX triplet: 9A, 8A and FE. RGB value is (154,138,254). Sum of RGB (Red+Green+Blue) = 154+138+254=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A8AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8AFE is #657501. Grayscale: #9B9B9B. Windows color (decimal): -6649090 or 16681626. OLE color: 16681626.
HSL color Cylindrical-coordinate representation of color #9A8AFE: hue angle of 248.28º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A8AFE is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 138 | 254 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.00 |
| HSL | 248.28º | 0.98% | 0.77% | - |
| HSV(B) | 248.28º | 0.46% | 1% | - |
| XYZ | 40.3 | 32.2 | 97.86 | - |
| YUV | 156.01 | 183.3 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 138 | 254 | 0.39 | 0.46 | 0 | 0.00 | 248.28 | 0.98 | 0.77 |
| Hex | 9A | 8A | FE | 27 | 2E | 0 | 0 | F8 | 62 | 4D |
| Octal | 232 | 212 | 376 | 47 | 56 | 0 | 0 | 370 | 142 | 115 |
| Binary | 10011010 | 10001010 | 11111110 | 100111 | 101110 | 0 | 0 | 11111000 | 1100010 | 1001101 |
Color Harmonies of #9A8AFE
Complementary color
Monochromatic Colors of #9A8AFE
Black with #9A8AFE
Text Example
Text Example
White with #9A8AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8AFE; }
p { color: rgb(154,138,254); }
H1.HeaderClassName
{
color: #9A8AFE;
}
.AnyTagClassName
{
color: #9A8AFE;
}
</style>
background-color css
<style>
a { background-color: #9A8AFE; }
a { background-color: rgb(154,138,254); }
div.DivClassName
{
background-color: #9A8AFE;
}
.BgClassName
{
background-color: #9A8AFE;
}
</style>
border-color css
<style>
span { border-color: #9A8AFE; }
span { border-color: rgb(154,138,254); }
td.TdClassName
{
border-color: #9A8AFE;
}
.TagClassName
{
border-color: #9A8AFE;
}
</style>