Shades of Light Slate Blue #9675FE
Tints of Light Slate Blue #9675FE
RGB
CMYK
RGB Variations
Color information
#9675FE (or 0x9675FE) is known color: Light Slate Blue. HEX triplet: 96, 75 and FE. RGB value is (150,117,254). Sum of RGB (Red+Green+Blue) = 150+117+254=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #9675FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9675FE is #698A01. Grayscale: #8D8D8D. Windows color (decimal): -6916610 or 16676246. OLE color: 16676246.
HSL color Cylindrical-coordinate representation of color #9675FE: hue angle of 254.45º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9675FE is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 117 | 254 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.00 |
| HSL | 254.45º | 0.99% | 0.73% | - |
| HSV(B) | 254.45º | 0.54% | 1% | - |
| XYZ | 36.83 | 26.36 | 96.91 | - |
| YUV | 142.49 | 190.93 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 254 | 0.41 | 0.54 | 0 | 0.00 | 254.45 | 0.99 | 0.73 |
| Hex | 96 | 75 | FE | 29 | 36 | 0 | 0 | FE | 63 | 49 |
| Octal | 226 | 165 | 376 | 51 | 66 | 0 | 0 | 376 | 143 | 111 |
| Binary | 10010110 | 1110101 | 11111110 | 101001 | 110110 | 0 | 0 | 11111110 | 1100011 | 1001001 |
Color Harmonies of #9675FE
Complementary color
Monochromatic Colors of #9675FE
Black with #9675FE
Text Example
Text Example
White with #9675FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9675FE; }
p { color: rgb(150,117,254); }
H1.HeaderClassName
{
color: #9675FE;
}
.AnyTagClassName
{
color: #9675FE;
}
</style>
background-color css
<style>
a { background-color: #9675FE; }
a { background-color: rgb(150,117,254); }
div.DivClassName
{
background-color: #9675FE;
}
.BgClassName
{
background-color: #9675FE;
}
</style>
border-color css
<style>
span { border-color: #9675FE; }
span { border-color: rgb(150,117,254); }
td.TdClassName
{
border-color: #9675FE;
}
.TagClassName
{
border-color: #9675FE;
}
</style>