Shades of Light Slate Blue #9677FE
Tints of Light Slate Blue #9677FE
RGB
CMYK
RGB Variations
Color information
#9677FE (or 0x9677FE) is known color: Light Slate Blue. HEX triplet: 96, 77 and FE. RGB value is (150,119,254). Sum of RGB (Red+Green+Blue) = 150+119+254=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #9677FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9677FE is #698801. Grayscale: #8F8F8F. Windows color (decimal): -6916098 or 16676758. OLE color: 16676758.
HSL color Cylindrical-coordinate representation of color #9677FE: hue angle of 253.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9677FE is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 119 | 254 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.00 |
| HSL | 253.78º | 0.99% | 0.73% | - |
| HSV(B) | 253.78º | 0.53% | 1% | - |
| XYZ | 37.06 | 26.83 | 96.99 | - |
| YUV | 143.66 | 190.27 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 254 | 0.41 | 0.53 | 0 | 0.00 | 253.78 | 0.99 | 0.73 |
| Hex | 96 | 77 | FE | 29 | 35 | 0 | 0 | FE | 63 | 49 |
| Octal | 226 | 167 | 376 | 51 | 65 | 0 | 0 | 376 | 143 | 111 |
| Binary | 10010110 | 1110111 | 11111110 | 101001 | 110101 | 0 | 0 | 11111110 | 1100011 | 1001001 |
Color Harmonies of #9677FE
Complementary color
Monochromatic Colors of #9677FE
Black with #9677FE
Text Example
Text Example
White with #9677FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9677FE; }
p { color: rgb(150,119,254); }
H1.HeaderClassName
{
color: #9677FE;
}
.AnyTagClassName
{
color: #9677FE;
}
</style>
background-color css
<style>
a { background-color: #9677FE; }
a { background-color: rgb(150,119,254); }
div.DivClassName
{
background-color: #9677FE;
}
.BgClassName
{
background-color: #9677FE;
}
</style>
border-color css
<style>
span { border-color: #9677FE; }
span { border-color: rgb(150,119,254); }
td.TdClassName
{
border-color: #9677FE;
}
.TagClassName
{
border-color: #9677FE;
}
</style>