Shades of Light Slate Blue #9675F9
Tints of Light Slate Blue #9675F9
RGB
CMYK
RGB Variations
Color information
#9675F9 (or 0x9675F9) is known color: Light Slate Blue. HEX triplet: 96, 75 and F9. RGB value is (150,117,249). Sum of RGB (Red+Green+Blue) = 150+117+249=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #9675F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9675F9 is #698A06. Grayscale: #8D8D8D. Windows color (decimal): -6916615 or 16348566. OLE color: 16348566.
HSL color Cylindrical-coordinate representation of color #9675F9: hue angle of 255º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9675F9 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 117 | 249 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.02 |
| HSL | 255º | 0.92% | 0.72% | - |
| HSV(B) | 255º | 0.53% | 0.98% | - |
| XYZ | 36.04 | 26.05 | 92.75 | - |
| YUV | 141.92 | 188.43 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 249 | 0.40 | 0.53 | 0 | 0.02 | 255 | 0.92 | 0.72 |
| Hex | 96 | 75 | F9 | 28 | 35 | 0 | 2 | FF | 5C | 48 |
| Octal | 226 | 165 | 371 | 50 | 65 | 0 | 2 | 377 | 134 | 110 |
| Binary | 10010110 | 1110101 | 11111001 | 101000 | 110101 | 0 | 10 | 11111111 | 1011100 | 1001000 |
Color Harmonies of #9675F9
Complementary color
Monochromatic Colors of #9675F9
Black with #9675F9
Text Example
Text Example
White with #9675F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9675F9; }
p { color: rgb(150,117,249); }
H1.HeaderClassName
{
color: #9675F9;
}
.AnyTagClassName
{
color: #9675F9;
}
</style>
background-color css
<style>
a { background-color: #9675F9; }
a { background-color: rgb(150,117,249); }
div.DivClassName
{
background-color: #9675F9;
}
.BgClassName
{
background-color: #9675F9;
}
</style>
border-color css
<style>
span { border-color: #9675F9; }
span { border-color: rgb(150,117,249); }
td.TdClassName
{
border-color: #9675F9;
}
.TagClassName
{
border-color: #9675F9;
}
</style>