Shades of Light Slate Blue #9682FE
Tints of Light Slate Blue #9682FE
RGB
CMYK
RGB Variations
Color information
#9682FE (or 0x9682FE) is known color: Light Slate Blue. HEX triplet: 96, 82 and FE. RGB value is (150,130,254). Sum of RGB (Red+Green+Blue) = 150+130+254=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #9682FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9682FE is #697D01. Grayscale: #959595. Windows color (decimal): -6913282 or 16679574. OLE color: 16679574.
HSL color Cylindrical-coordinate representation of color #9682FE: hue angle of 249.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9682FE is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 130 | 254 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.00 |
| HSL | 249.68º | 0.98% | 0.75% | - |
| HSV(B) | 249.68º | 0.49% | 1% | - |
| XYZ | 38.45 | 29.61 | 97.45 | - |
| YUV | 150.12 | 186.63 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 254 | 0.41 | 0.49 | 0 | 0.00 | 249.68 | 0.98 | 0.75 |
| Hex | 96 | 82 | FE | 29 | 31 | 0 | 0 | FA | 62 | 4B |
| Octal | 226 | 202 | 376 | 51 | 61 | 0 | 0 | 372 | 142 | 113 |
| Binary | 10010110 | 10000010 | 11111110 | 101001 | 110001 | 0 | 0 | 11111010 | 1100010 | 1001011 |
Color Harmonies of #9682FE
Complementary color
Monochromatic Colors of #9682FE
Black with #9682FE
Text Example
Text Example
White with #9682FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9682FE; }
p { color: rgb(150,130,254); }
H1.HeaderClassName
{
color: #9682FE;
}
.AnyTagClassName
{
color: #9682FE;
}
</style>
background-color css
<style>
a { background-color: #9682FE; }
a { background-color: rgb(150,130,254); }
div.DivClassName
{
background-color: #9682FE;
}
.BgClassName
{
background-color: #9682FE;
}
</style>
border-color css
<style>
span { border-color: #9682FE; }
span { border-color: rgb(150,130,254); }
td.TdClassName
{
border-color: #9682FE;
}
.TagClassName
{
border-color: #9682FE;
}
</style>