Shades of Light Slate Blue #9679F2
Tints of Light Slate Blue #9679F2
RGB
CMYK
RGB Variations
Color information
#9679F2 (or 0x9679F2) is known color: Light Slate Blue. HEX triplet: 96, 79 and F2. RGB value is (150,121,242). Sum of RGB (Red+Green+Blue) = 150+121+242=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #9679F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9679F2 is #69860D. Grayscale: #8F8F8F. Windows color (decimal): -6915598 or 15890838. OLE color: 15890838.
HSL color Cylindrical-coordinate representation of color #9679F2: hue angle of 254.38º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9679F2 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 121 | 242 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.05 |
| HSL | 254.38º | 0.82% | 0.71% | - |
| HSV(B) | 254.38º | 0.5% | 0.95% | - |
| XYZ | 35.44 | 26.57 | 87.26 | - |
| YUV | 143.47 | 183.61 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 121 | 242 | 0.38 | 0.50 | 0 | 0.05 | 254.38 | 0.82 | 0.71 |
| Hex | 96 | 79 | F2 | 26 | 32 | 0 | 5 | FE | 52 | 47 |
| Octal | 226 | 171 | 362 | 46 | 62 | 0 | 5 | 376 | 122 | 107 |
| Binary | 10010110 | 1111001 | 11110010 | 100110 | 110010 | 0 | 101 | 11111110 | 1010010 | 1000111 |
Color Harmonies of #9679F2
Complementary color
Monochromatic Colors of #9679F2
Black with #9679F2
Text Example
Text Example
White with #9679F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9679F2; }
p { color: rgb(150,121,242); }
H1.HeaderClassName
{
color: #9679F2;
}
.AnyTagClassName
{
color: #9679F2;
}
</style>
background-color css
<style>
a { background-color: #9679F2; }
a { background-color: rgb(150,121,242); }
div.DivClassName
{
background-color: #9679F2;
}
.BgClassName
{
background-color: #9679F2;
}
</style>
border-color css
<style>
span { border-color: #9679F2; }
span { border-color: rgb(150,121,242); }
td.TdClassName
{
border-color: #9679F2;
}
.TagClassName
{
border-color: #9679F2;
}
</style>