Shades of Light Slate Blue #9676F7
Tints of Light Slate Blue #9676F7
RGB
CMYK
RGB Variations
Color information
#9676F7 (or 0x9676F7) is known color: Light Slate Blue. HEX triplet: 96, 76 and F7. RGB value is (150,118,247). Sum of RGB (Red+Green+Blue) = 150+118+247=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #9676F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9676F7 is #698908. Grayscale: #8D8D8D. Windows color (decimal): -6916361 or 16217750. OLE color: 16217750.
HSL color Cylindrical-coordinate representation of color #9676F7: hue angle of 254.88º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9676F7 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 118 | 247 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.03 |
| HSL | 254.88º | 0.89% | 0.72% | - |
| HSV(B) | 254.88º | 0.52% | 0.97% | - |
| XYZ | 35.84 | 26.16 | 91.16 | - |
| YUV | 142.27 | 187.1 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 247 | 0.39 | 0.52 | 0 | 0.03 | 254.88 | 0.89 | 0.72 |
| Hex | 96 | 76 | F7 | 27 | 34 | 0 | 3 | FF | 59 | 48 |
| Octal | 226 | 166 | 367 | 47 | 64 | 0 | 3 | 377 | 131 | 110 |
| Binary | 10010110 | 1110110 | 11110111 | 100111 | 110100 | 0 | 11 | 11111111 | 1011001 | 1001000 |
Color Harmonies of #9676F7
Complementary color
Monochromatic Colors of #9676F7
Black with #9676F7
Text Example
Text Example
White with #9676F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9676F7; }
p { color: rgb(150,118,247); }
H1.HeaderClassName
{
color: #9676F7;
}
.AnyTagClassName
{
color: #9676F7;
}
</style>
background-color css
<style>
a { background-color: #9676F7; }
a { background-color: rgb(150,118,247); }
div.DivClassName
{
background-color: #9676F7;
}
.BgClassName
{
background-color: #9676F7;
}
</style>
border-color css
<style>
span { border-color: #9676F7; }
span { border-color: rgb(150,118,247); }
td.TdClassName
{
border-color: #9676F7;
}
.TagClassName
{
border-color: #9676F7;
}
</style>