Shades of Light Slate Blue #9A8FFB
Tints of Light Slate Blue #9A8FFB
RGB
CMYK
RGB Variations
Color information
#9A8FFB (or 0x9A8FFB) is known color: Light Slate Blue. HEX triplet: 9A, 8F and FB. RGB value is (154,143,251). Sum of RGB (Red+Green+Blue) = 154+143+251=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A8FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8FFB is #657004. Grayscale: #9E9E9E. Windows color (decimal): -6647813 or 16486298. OLE color: 16486298.
HSL color Cylindrical-coordinate representation of color #9A8FFB: hue angle of 246.11º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A8FFB is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 143 | 251 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.02 |
| HSL | 246.11º | 0.93% | 0.77% | - |
| HSV(B) | 246.11º | 0.43% | 0.98% | - |
| XYZ | 40.56 | 33.48 | 95.59 | - |
| YUV | 158.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 251 | 0.39 | 0.43 | 0 | 0.02 | 246.11 | 0.93 | 0.77 |
| Hex | 9A | 8F | FB | 27 | 2B | 0 | 2 | F6 | 5D | 4D |
| Octal | 232 | 217 | 373 | 47 | 53 | 0 | 2 | 366 | 135 | 115 |
| Binary | 10011010 | 10001111 | 11111011 | 100111 | 101011 | 0 | 10 | 11110110 | 1011101 | 1001101 |
Color Harmonies of #9A8FFB
Complementary color
Monochromatic Colors of #9A8FFB
Black with #9A8FFB
Text Example
Text Example
White with #9A8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FFB; }
p { color: rgb(154,143,251); }
H1.HeaderClassName
{
color: #9A8FFB;
}
.AnyTagClassName
{
color: #9A8FFB;
}
</style>
background-color css
<style>
a { background-color: #9A8FFB; }
a { background-color: rgb(154,143,251); }
div.DivClassName
{
background-color: #9A8FFB;
}
.BgClassName
{
background-color: #9A8FFB;
}
</style>
border-color css
<style>
span { border-color: #9A8FFB; }
span { border-color: rgb(154,143,251); }
td.TdClassName
{
border-color: #9A8FFB;
}
.TagClassName
{
border-color: #9A8FFB;
}
</style>