Shades of Light Slate Blue #9670FE
Tints of Light Slate Blue #9670FE
RGB
CMYK
RGB Variations
Color information
#9670FE (or 0x9670FE) is known color: Light Slate Blue. HEX triplet: 96, 70 and FE. RGB value is (150,112,254). Sum of RGB (Red+Green+Blue) = 150+112+254=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #9670FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9670FE is #698F01. Grayscale: #8B8B8B. Windows color (decimal): -6917890 or 16674966. OLE color: 16674966.
HSL color Cylindrical-coordinate representation of color #9670FE: hue angle of 256.06º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9670FE is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 112 | 254 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.00 |
| HSL | 256.06º | 0.99% | 0.72% | - |
| HSV(B) | 256.06º | 0.56% | 1% | - |
| XYZ | 36.26 | 25.23 | 96.72 | - |
| YUV | 139.55 | 192.59 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 254 | 0.41 | 0.56 | 0 | 0.00 | 256.06 | 0.99 | 0.72 |
| Hex | 96 | 70 | FE | 29 | 38 | 0 | 0 | 100 | 63 | 48 |
| Octal | 226 | 160 | 376 | 51 | 70 | 0 | 0 | 400 | 143 | 110 |
| Binary | 10010110 | 1110000 | 11111110 | 101001 | 111000 | 0 | 0 | 100000000 | 1100011 | 1001000 |
Color Harmonies of #9670FE
Complementary color
Monochromatic Colors of #9670FE
Black with #9670FE
Text Example
Text Example
White with #9670FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9670FE; }
p { color: rgb(150,112,254); }
H1.HeaderClassName
{
color: #9670FE;
}
.AnyTagClassName
{
color: #9670FE;
}
</style>
background-color css
<style>
a { background-color: #9670FE; }
a { background-color: rgb(150,112,254); }
div.DivClassName
{
background-color: #9670FE;
}
.BgClassName
{
background-color: #9670FE;
}
</style>
border-color css
<style>
span { border-color: #9670FE; }
span { border-color: rgb(150,112,254); }
td.TdClassName
{
border-color: #9670FE;
}
.TagClassName
{
border-color: #9670FE;
}
</style>