Shades of Light Slate Blue #9672FE
Tints of Light Slate Blue #9672FE
RGB
CMYK
RGB Variations
Color information
#9672FE (or 0x9672FE) is known color: Light Slate Blue. HEX triplet: 96, 72 and FE. RGB value is (150,114,254). Sum of RGB (Red+Green+Blue) = 150+114+254=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #9672FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9672FE is #698D01. Grayscale: #8C8C8C. Windows color (decimal): -6917378 or 16675478. OLE color: 16675478.
HSL color Cylindrical-coordinate representation of color #9672FE: hue angle of 255.43º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9672FE is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 114 | 254 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.00 |
| HSL | 255.43º | 0.99% | 0.72% | - |
| HSV(B) | 255.43º | 0.55% | 1% | - |
| XYZ | 36.48 | 25.67 | 96.8 | - |
| YUV | 140.72 | 191.93 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 254 | 0.41 | 0.55 | 0 | 0.00 | 255.43 | 0.99 | 0.72 |
| Hex | 96 | 72 | FE | 29 | 37 | 0 | 0 | FF | 63 | 48 |
| Octal | 226 | 162 | 376 | 51 | 67 | 0 | 0 | 377 | 143 | 110 |
| Binary | 10010110 | 1110010 | 11111110 | 101001 | 110111 | 0 | 0 | 11111111 | 1100011 | 1001000 |
Color Harmonies of #9672FE
Complementary color
Monochromatic Colors of #9672FE
Black with #9672FE
Text Example
Text Example
White with #9672FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9672FE; }
p { color: rgb(150,114,254); }
H1.HeaderClassName
{
color: #9672FE;
}
.AnyTagClassName
{
color: #9672FE;
}
</style>
background-color css
<style>
a { background-color: #9672FE; }
a { background-color: rgb(150,114,254); }
div.DivClassName
{
background-color: #9672FE;
}
.BgClassName
{
background-color: #9672FE;
}
</style>
border-color css
<style>
span { border-color: #9672FE; }
span { border-color: rgb(150,114,254); }
td.TdClassName
{
border-color: #9672FE;
}
.TagClassName
{
border-color: #9672FE;
}
</style>