Shades of Light Slate Blue #9A8BFE
Tints of Light Slate Blue #9A8BFE
RGB
CMYK
RGB Variations
Color information
#9A8BFE (or 0x9A8BFE) is known color: Light Slate Blue. HEX triplet: 9A, 8B and FE. RGB value is (154,139,254). Sum of RGB (Red+Green+Blue) = 154+139+254=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A8BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8BFE is #657401. Grayscale: #9C9C9C. Windows color (decimal): -6648834 or 16681882. OLE color: 16681882.
HSL color Cylindrical-coordinate representation of color #9A8BFE: hue angle of 247.83º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A8BFE is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 139 | 254 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.00 |
| HSL | 247.83º | 0.98% | 0.77% | - |
| HSV(B) | 247.83º | 0.45% | 1% | - |
| XYZ | 40.45 | 32.49 | 97.91 | - |
| YUV | 156.6 | 182.97 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 254 | 0.39 | 0.45 | 0 | 0.00 | 247.83 | 0.98 | 0.77 |
| Hex | 9A | 8B | FE | 27 | 2D | 0 | 0 | F8 | 62 | 4D |
| Octal | 232 | 213 | 376 | 47 | 55 | 0 | 0 | 370 | 142 | 115 |
| Binary | 10011010 | 10001011 | 11111110 | 100111 | 101101 | 0 | 0 | 11111000 | 1100010 | 1001101 |
Color Harmonies of #9A8BFE
Complementary color
Monochromatic Colors of #9A8BFE
Black with #9A8BFE
Text Example
Text Example
White with #9A8BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8BFE; }
p { color: rgb(154,139,254); }
H1.HeaderClassName
{
color: #9A8BFE;
}
.AnyTagClassName
{
color: #9A8BFE;
}
</style>
background-color css
<style>
a { background-color: #9A8BFE; }
a { background-color: rgb(154,139,254); }
div.DivClassName
{
background-color: #9A8BFE;
}
.BgClassName
{
background-color: #9A8BFE;
}
</style>
border-color css
<style>
span { border-color: #9A8BFE; }
span { border-color: rgb(154,139,254); }
td.TdClassName
{
border-color: #9A8BFE;
}
.TagClassName
{
border-color: #9A8BFE;
}
</style>