Shades of Light Slate Blue #9667FB
Tints of Light Slate Blue #9667FB
RGB
CMYK
RGB Variations
Color information
#9667FB (or 0x9667FB) is known color: Light Slate Blue. HEX triplet: 96, 67 and FB. RGB value is (150,103,251). Sum of RGB (Red+Green+Blue) = 150+103+251=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #9667FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9667FB is #699804. Grayscale: #858585. Windows color (decimal): -6920197 or 16476054. OLE color: 16476054.
HSL color Cylindrical-coordinate representation of color #9667FB: hue angle of 259.05º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9667FB is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 103 | 251 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.02 |
| HSL | 259.05º | 0.95% | 0.69% | - |
| HSV(B) | 259.05º | 0.59% | 0.98% | - |
| XYZ | 34.84 | 23.15 | 93.9 | - |
| YUV | 133.93 | 194.07 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 251 | 0.40 | 0.59 | 0 | 0.02 | 259.05 | 0.95 | 0.69 |
| Hex | 96 | 67 | FB | 28 | 3B | 0 | 2 | 103 | 5F | 45 |
| Octal | 226 | 147 | 373 | 50 | 73 | 0 | 2 | 403 | 137 | 105 |
| Binary | 10010110 | 1100111 | 11111011 | 101000 | 111011 | 0 | 10 | 100000011 | 1011111 | 1000101 |
Color Harmonies of #9667FB
Complementary color
Monochromatic Colors of #9667FB
Black with #9667FB
Text Example
Text Example
White with #9667FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9667FB; }
p { color: rgb(150,103,251); }
H1.HeaderClassName
{
color: #9667FB;
}
.AnyTagClassName
{
color: #9667FB;
}
</style>
background-color css
<style>
a { background-color: #9667FB; }
a { background-color: rgb(150,103,251); }
div.DivClassName
{
background-color: #9667FB;
}
.BgClassName
{
background-color: #9667FB;
}
</style>
border-color css
<style>
span { border-color: #9667FB; }
span { border-color: rgb(150,103,251); }
td.TdClassName
{
border-color: #9667FB;
}
.TagClassName
{
border-color: #9667FB;
}
</style>