Shades of Light Slate Blue #9667FE
Tints of Light Slate Blue #9667FE
RGB
CMYK
RGB Variations
Color information
#9667FE (or 0x9667FE) is known color: Light Slate Blue. HEX triplet: 96, 67 and FE. RGB value is (150,103,254). Sum of RGB (Red+Green+Blue) = 150+103+254=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #9667FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9667FE is #699801. Grayscale: #858585. Windows color (decimal): -6920194 or 16672662. OLE color: 16672662.
HSL color Cylindrical-coordinate representation of color #9667FE: hue angle of 258.68º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9667FE is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 103 | 254 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.00 |
| HSL | 258.68º | 0.99% | 0.7% | - |
| HSV(B) | 258.68º | 0.59% | 1% | - |
| XYZ | 35.32 | 23.34 | 96.41 | - |
| YUV | 134.27 | 195.57 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 254 | 0.41 | 0.59 | 0 | 0.00 | 258.68 | 0.99 | 0.7 |
| Hex | 96 | 67 | FE | 29 | 3B | 0 | 0 | 103 | 63 | 46 |
| Octal | 226 | 147 | 376 | 51 | 73 | 0 | 0 | 403 | 143 | 106 |
| Binary | 10010110 | 1100111 | 11111110 | 101001 | 111011 | 0 | 0 | 100000011 | 1100011 | 1000110 |
Color Harmonies of #9667FE
Complementary color
Monochromatic Colors of #9667FE
Black with #9667FE
Text Example
Text Example
White with #9667FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9667FE; }
p { color: rgb(150,103,254); }
H1.HeaderClassName
{
color: #9667FE;
}
.AnyTagClassName
{
color: #9667FE;
}
</style>
background-color css
<style>
a { background-color: #9667FE; }
a { background-color: rgb(150,103,254); }
div.DivClassName
{
background-color: #9667FE;
}
.BgClassName
{
background-color: #9667FE;
}
</style>
border-color css
<style>
span { border-color: #9667FE; }
span { border-color: rgb(150,103,254); }
td.TdClassName
{
border-color: #9667FE;
}
.TagClassName
{
border-color: #9667FE;
}
</style>