Shades of Light Slate Blue #9678FF
Tints of Light Slate Blue #9678FF
RGB
CMYK
RGB Variations
Color information
#9678FF (or 0x9678FF) is known color: Light Slate Blue. HEX triplet: 96, 78 and FF. RGB value is (150,120,255). Sum of RGB (Red+Green+Blue) = 150+120+255=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #9678FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9678FF is #698700. Grayscale: #8F8F8F. Windows color (decimal): -6915841 or 16742550. OLE color: 16742550.
HSL color Cylindrical-coordinate representation of color #9678FF: hue angle of 253.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9678FF is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 120 | 255 | - |
| CMYK | 0.41 | 0.53 | 0 | 0 |
| HSL | 253.33º | 1% | 0.74% | - |
| HSV(B) | 253.33º | 0.53% | 1% | - |
| XYZ | 37.34 | 27.14 | 97.88 | - |
| YUV | 144.36 | 190.44 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 255 | 0.41 | 0.53 | 0 | 0 | 253.33 | 1 | 0.74 |
| Hex | 96 | 78 | FF | 29 | 35 | 0 | 0 | FD | 64 | 4A |
| Octal | 226 | 170 | 377 | 51 | 65 | 0 | 0 | 375 | 144 | 112 |
| Binary | 10010110 | 1111000 | 11111111 | 101001 | 110101 | 0 | 0 | 11111101 | 1100100 | 1001010 |
Color Harmonies of #9678FF
Complementary color
Monochromatic Colors of #9678FF
Black with #9678FF
Text Example
Text Example
White with #9678FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9678FF; }
p { color: rgb(150,120,255); }
H1.HeaderClassName
{
color: #9678FF;
}
.AnyTagClassName
{
color: #9678FF;
}
</style>
background-color css
<style>
a { background-color: #9678FF; }
a { background-color: rgb(150,120,255); }
div.DivClassName
{
background-color: #9678FF;
}
.BgClassName
{
background-color: #9678FF;
}
</style>
border-color css
<style>
span { border-color: #9678FF; }
span { border-color: rgb(150,120,255); }
td.TdClassName
{
border-color: #9678FF;
}
.TagClassName
{
border-color: #9678FF;
}
</style>