Shades of Light Slate Blue #9677F9
Tints of Light Slate Blue #9677F9
RGB
CMYK
RGB Variations
Color information
#9677F9 (or 0x9677F9) is known color: Light Slate Blue. HEX triplet: 96, 77 and F9. RGB value is (150,119,249). Sum of RGB (Red+Green+Blue) = 150+119+249=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #9677F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9677F9 is #698806. Grayscale: #8E8E8E. Windows color (decimal): -6916103 or 16349078. OLE color: 16349078.
HSL color Cylindrical-coordinate representation of color #9677F9: hue angle of 254.31º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9677F9 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 119 | 249 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.02 |
| HSL | 254.31º | 0.92% | 0.72% | - |
| HSV(B) | 254.31º | 0.52% | 0.98% | - |
| XYZ | 36.27 | 26.52 | 92.83 | - |
| YUV | 143.09 | 187.77 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 249 | 0.40 | 0.52 | 0 | 0.02 | 254.31 | 0.92 | 0.72 |
| Hex | 96 | 77 | F9 | 28 | 34 | 0 | 2 | FE | 5C | 48 |
| Octal | 226 | 167 | 371 | 50 | 64 | 0 | 2 | 376 | 134 | 110 |
| Binary | 10010110 | 1110111 | 11111001 | 101000 | 110100 | 0 | 10 | 11111110 | 1011100 | 1001000 |
Color Harmonies of #9677F9
Complementary color
Monochromatic Colors of #9677F9
Black with #9677F9
Text Example
Text Example
White with #9677F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9677F9; }
p { color: rgb(150,119,249); }
H1.HeaderClassName
{
color: #9677F9;
}
.AnyTagClassName
{
color: #9677F9;
}
</style>
background-color css
<style>
a { background-color: #9677F9; }
a { background-color: rgb(150,119,249); }
div.DivClassName
{
background-color: #9677F9;
}
.BgClassName
{
background-color: #9677F9;
}
</style>
border-color css
<style>
span { border-color: #9677F9; }
span { border-color: rgb(150,119,249); }
td.TdClassName
{
border-color: #9677F9;
}
.TagClassName
{
border-color: #9677F9;
}
</style>