Shades of Light Slate Blue #9675F8
Tints of Light Slate Blue #9675F8
RGB
CMYK
RGB Variations
Color information
#9675F8 (or 0x9675F8) is known color: Light Slate Blue. HEX triplet: 96, 75 and F8. RGB value is (150,117,248). Sum of RGB (Red+Green+Blue) = 150+117+248=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #9675F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9675F8 is #698A07. Grayscale: #8D8D8D. Windows color (decimal): -6916616 or 16283030. OLE color: 16283030.
HSL color Cylindrical-coordinate representation of color #9675F8: hue angle of 255.11º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9675F8 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 117 | 248 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.03 |
| HSL | 255.11º | 0.9% | 0.72% | - |
| HSV(B) | 255.11º | 0.53% | 0.97% | - |
| XYZ | 35.88 | 25.98 | 91.93 | - |
| YUV | 141.8 | 187.93 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 248 | 0.40 | 0.53 | 0 | 0.03 | 255.11 | 0.9 | 0.72 |
| Hex | 96 | 75 | F8 | 28 | 35 | 0 | 3 | FF | 5A | 48 |
| Octal | 226 | 165 | 370 | 50 | 65 | 0 | 3 | 377 | 132 | 110 |
| Binary | 10010110 | 1110101 | 11111000 | 101000 | 110101 | 0 | 11 | 11111111 | 1011010 | 1001000 |
Color Harmonies of #9675F8
Complementary color
Monochromatic Colors of #9675F8
Black with #9675F8
Text Example
Text Example
White with #9675F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9675F8; }
p { color: rgb(150,117,248); }
H1.HeaderClassName
{
color: #9675F8;
}
.AnyTagClassName
{
color: #9675F8;
}
</style>
background-color css
<style>
a { background-color: #9675F8; }
a { background-color: rgb(150,117,248); }
div.DivClassName
{
background-color: #9675F8;
}
.BgClassName
{
background-color: #9675F8;
}
</style>
border-color css
<style>
span { border-color: #9675F8; }
span { border-color: rgb(150,117,248); }
td.TdClassName
{
border-color: #9675F8;
}
.TagClassName
{
border-color: #9675F8;
}
</style>