Shades of Light Slate Blue #9682F5
Tints of Light Slate Blue #9682F5
RGB
CMYK
RGB Variations
Color information
#9682F5 (or 0x9682F5) is known color: Light Slate Blue. HEX triplet: 96, 82 and F5. RGB value is (150,130,245). Sum of RGB (Red+Green+Blue) = 150+130+245=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #9682F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9682F5 is #697D0A. Grayscale: #949494. Windows color (decimal): -6913291 or 16089750. OLE color: 16089750.
HSL color Cylindrical-coordinate representation of color #9682F5: hue angle of 250.43º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9682F5 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 130 | 245 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.04 |
| HSL | 250.43º | 0.85% | 0.74% | - |
| HSV(B) | 250.43º | 0.47% | 0.96% | - |
| XYZ | 37.04 | 29.04 | 90.04 | - |
| YUV | 149.09 | 182.13 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 245 | 0.39 | 0.47 | 0 | 0.04 | 250.43 | 0.85 | 0.74 |
| Hex | 96 | 82 | F5 | 27 | 2F | 0 | 4 | FA | 55 | 4A |
| Octal | 226 | 202 | 365 | 47 | 57 | 0 | 4 | 372 | 125 | 112 |
| Binary | 10010110 | 10000010 | 11110101 | 100111 | 101111 | 0 | 100 | 11111010 | 1010101 | 1001010 |
Color Harmonies of #9682F5
Complementary color
Monochromatic Colors of #9682F5
Black with #9682F5
Text Example
Text Example
White with #9682F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9682F5; }
p { color: rgb(150,130,245); }
H1.HeaderClassName
{
color: #9682F5;
}
.AnyTagClassName
{
color: #9682F5;
}
</style>
background-color css
<style>
a { background-color: #9682F5; }
a { background-color: rgb(150,130,245); }
div.DivClassName
{
background-color: #9682F5;
}
.BgClassName
{
background-color: #9682F5;
}
</style>
border-color css
<style>
span { border-color: #9682F5; }
span { border-color: rgb(150,130,245); }
td.TdClassName
{
border-color: #9682F5;
}
.TagClassName
{
border-color: #9682F5;
}
</style>