Shades of Light Slate Blue #9673FA
Tints of Light Slate Blue #9673FA
RGB
CMYK
RGB Variations
Color information
#9673FA (or 0x9673FA) is known color: Light Slate Blue. HEX triplet: 96, 73 and FA. RGB value is (150,115,250). Sum of RGB (Red+Green+Blue) = 150+115+250=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #9673FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9673FA is #698C05. Grayscale: #8C8C8C. Windows color (decimal): -6917126 or 16413590. OLE color: 16413590.
HSL color Cylindrical-coordinate representation of color #9673FA: hue angle of 255.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9673FA is Cyan = 0.4, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 115 | 250 | - |
| CMYK | 0.4 | 0.54 | 0 | 0.02 |
| HSL | 255.56º | 0.93% | 0.72% | - |
| HSV(B) | 255.56º | 0.54% | 0.98% | - |
| XYZ | 35.96 | 25.65 | 93.5 | - |
| YUV | 140.86 | 189.6 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 250 | 0.4 | 0.54 | 0 | 0.02 | 255.56 | 0.93 | 0.72 |
| Hex | 96 | 73 | FA | 28 | 36 | 0 | 2 | 100 | 5D | 48 |
| Octal | 226 | 163 | 372 | 50 | 66 | 0 | 2 | 400 | 135 | 110 |
| Binary | 10010110 | 1110011 | 11111010 | 101000 | 110110 | 0 | 10 | 100000000 | 1011101 | 1001000 |
Color Harmonies of #9673FA
Complementary color
Monochromatic Colors of #9673FA
Black with #9673FA
Text Example
Text Example
White with #9673FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9673FA; }
p { color: rgb(150,115,250); }
H1.HeaderClassName
{
color: #9673FA;
}
.AnyTagClassName
{
color: #9673FA;
}
</style>
background-color css
<style>
a { background-color: #9673FA; }
a { background-color: rgb(150,115,250); }
div.DivClassName
{
background-color: #9673FA;
}
.BgClassName
{
background-color: #9673FA;
}
</style>
border-color css
<style>
span { border-color: #9673FA; }
span { border-color: rgb(150,115,250); }
td.TdClassName
{
border-color: #9673FA;
}
.TagClassName
{
border-color: #9673FA;
}
</style>