Shades of Light Slate Blue #9675FC
Tints of Light Slate Blue #9675FC
RGB
CMYK
RGB Variations
Color information
#9675FC (or 0x9675FC) is known color: Light Slate Blue. HEX triplet: 96, 75 and FC. RGB value is (150,117,252). Sum of RGB (Red+Green+Blue) = 150+117+252=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #9675FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9675FC is #698A03. Grayscale: #8D8D8D. Windows color (decimal): -6916612 or 16545174. OLE color: 16545174.
HSL color Cylindrical-coordinate representation of color #9675FC: hue angle of 254.67º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9675FC is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 117 | 252 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.01 |
| HSL | 254.67º | 0.96% | 0.72% | - |
| HSV(B) | 254.67º | 0.54% | 0.99% | - |
| XYZ | 36.51 | 26.23 | 95.24 | - |
| YUV | 142.26 | 189.93 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 252 | 0.40 | 0.54 | 0 | 0.01 | 254.67 | 0.96 | 0.72 |
| Hex | 96 | 75 | FC | 28 | 36 | 0 | 1 | FF | 60 | 48 |
| Octal | 226 | 165 | 374 | 50 | 66 | 0 | 1 | 377 | 140 | 110 |
| Binary | 10010110 | 1110101 | 11111100 | 101000 | 110110 | 0 | 1 | 11111111 | 1100000 | 1001000 |
Color Harmonies of #9675FC
Complementary color
Monochromatic Colors of #9675FC
Black with #9675FC
Text Example
Text Example
White with #9675FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9675FC; }
p { color: rgb(150,117,252); }
H1.HeaderClassName
{
color: #9675FC;
}
.AnyTagClassName
{
color: #9675FC;
}
</style>
background-color css
<style>
a { background-color: #9675FC; }
a { background-color: rgb(150,117,252); }
div.DivClassName
{
background-color: #9675FC;
}
.BgClassName
{
background-color: #9675FC;
}
</style>
border-color css
<style>
span { border-color: #9675FC; }
span { border-color: rgb(150,117,252); }
td.TdClassName
{
border-color: #9675FC;
}
.TagClassName
{
border-color: #9675FC;
}
</style>