Shades of Light Slate Blue #9679FE
Tints of Light Slate Blue #9679FE
RGB
CMYK
RGB Variations
Color information
#9679FE (or 0x9679FE) is known color: Light Slate Blue. HEX triplet: 96, 79 and FE. RGB value is (150,121,254). Sum of RGB (Red+Green+Blue) = 150+121+254=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #9679FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9679FE is #698601. Grayscale: #909090. Windows color (decimal): -6915586 or 16677270. OLE color: 16677270.
HSL color Cylindrical-coordinate representation of color #9679FE: hue angle of 253.08º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9679FE is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 121 | 254 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.00 |
| HSL | 253.08º | 0.99% | 0.74% | - |
| HSV(B) | 253.08º | 0.52% | 1% | - |
| XYZ | 37.3 | 27.31 | 97.07 | - |
| YUV | 144.83 | 189.61 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 121 | 254 | 0.41 | 0.52 | 0 | 0.00 | 253.08 | 0.99 | 0.74 |
| Hex | 96 | 79 | FE | 29 | 34 | 0 | 0 | FD | 63 | 4A |
| Octal | 226 | 171 | 376 | 51 | 64 | 0 | 0 | 375 | 143 | 112 |
| Binary | 10010110 | 1111001 | 11111110 | 101001 | 110100 | 0 | 0 | 11111101 | 1100011 | 1001010 |
Color Harmonies of #9679FE
Complementary color
Monochromatic Colors of #9679FE
Black with #9679FE
Text Example
Text Example
White with #9679FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9679FE; }
p { color: rgb(150,121,254); }
H1.HeaderClassName
{
color: #9679FE;
}
.AnyTagClassName
{
color: #9679FE;
}
</style>
background-color css
<style>
a { background-color: #9679FE; }
a { background-color: rgb(150,121,254); }
div.DivClassName
{
background-color: #9679FE;
}
.BgClassName
{
background-color: #9679FE;
}
</style>
border-color css
<style>
span { border-color: #9679FE; }
span { border-color: rgb(150,121,254); }
td.TdClassName
{
border-color: #9679FE;
}
.TagClassName
{
border-color: #9679FE;
}
</style>