Shades of Light Slate Blue #9889F6
Tints of Light Slate Blue #9889F6
RGB
CMYK
RGB Variations
Color information
#9889F6 (or 0x9889F6) is known color: Light Slate Blue. HEX triplet: 98, 89 and F6. RGB value is (152,137,246). Sum of RGB (Red+Green+Blue) = 152+137+246=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #9889F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9889F6 is #677609. Grayscale: #999999. Windows color (decimal): -6780426 or 16157080. OLE color: 16157080.
HSL color Cylindrical-coordinate representation of color #9889F6: hue angle of 248.26º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9889F6 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 137 | 246 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.04 |
| HSL | 248.26º | 0.86% | 0.75% | - |
| HSV(B) | 248.26º | 0.44% | 0.96% | - |
| XYZ | 38.53 | 31.22 | 91.18 | - |
| YUV | 153.91 | 179.97 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 246 | 0.38 | 0.44 | 0 | 0.04 | 248.26 | 0.86 | 0.75 |
| Hex | 98 | 89 | F6 | 26 | 2C | 0 | 4 | F8 | 56 | 4B |
| Octal | 230 | 211 | 366 | 46 | 54 | 0 | 4 | 370 | 126 | 113 |
| Binary | 10011000 | 10001001 | 11110110 | 100110 | 101100 | 0 | 100 | 11111000 | 1010110 | 1001011 |
Color Harmonies of #9889F6
Complementary color
Monochromatic Colors of #9889F6
Black with #9889F6
Text Example
Text Example
White with #9889F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9889F6; }
p { color: rgb(152,137,246); }
H1.HeaderClassName
{
color: #9889F6;
}
.AnyTagClassName
{
color: #9889F6;
}
</style>
background-color css
<style>
a { background-color: #9889F6; }
a { background-color: rgb(152,137,246); }
div.DivClassName
{
background-color: #9889F6;
}
.BgClassName
{
background-color: #9889F6;
}
</style>
border-color css
<style>
span { border-color: #9889F6; }
span { border-color: rgb(152,137,246); }
td.TdClassName
{
border-color: #9889F6;
}
.TagClassName
{
border-color: #9889F6;
}
</style>