Shades of Light Slate Blue #9670FF
Tints of Light Slate Blue #9670FF
RGB
CMYK
RGB Variations
Color information
#9670FF (or 0x9670FF) is known color: Light Slate Blue. HEX triplet: 96, 70 and FF. RGB value is (150,112,255). Sum of RGB (Red+Green+Blue) = 150+112+255=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #9670FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9670FF is #698F00. Grayscale: #8B8B8B. Windows color (decimal): -6917889 or 16740502. OLE color: 16740502.
HSL color Cylindrical-coordinate representation of color #9670FF: hue angle of 255.94º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9670FF is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 112 | 255 | - |
| CMYK | 0.41 | 0.56 | 0 | 0 |
| HSL | 255.94º | 1% | 0.72% | - |
| HSV(B) | 255.94º | 0.56% | 1% | - |
| XYZ | 36.42 | 25.29 | 97.57 | - |
| YUV | 139.66 | 193.09 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 255 | 0.41 | 0.56 | 0 | 0 | 255.94 | 1 | 0.72 |
| Hex | 96 | 70 | FF | 29 | 38 | 0 | 0 | 100 | 64 | 48 |
| Octal | 226 | 160 | 377 | 51 | 70 | 0 | 0 | 400 | 144 | 110 |
| Binary | 10010110 | 1110000 | 11111111 | 101001 | 111000 | 0 | 0 | 100000000 | 1100100 | 1001000 |
Color Harmonies of #9670FF
Complementary color
Monochromatic Colors of #9670FF
Black with #9670FF
Text Example
Text Example
White with #9670FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9670FF; }
p { color: rgb(150,112,255); }
H1.HeaderClassName
{
color: #9670FF;
}
.AnyTagClassName
{
color: #9670FF;
}
</style>
background-color css
<style>
a { background-color: #9670FF; }
a { background-color: rgb(150,112,255); }
div.DivClassName
{
background-color: #9670FF;
}
.BgClassName
{
background-color: #9670FF;
}
</style>
border-color css
<style>
span { border-color: #9670FF; }
span { border-color: rgb(150,112,255); }
td.TdClassName
{
border-color: #9670FF;
}
.TagClassName
{
border-color: #9670FF;
}
</style>