Shades of Light Slate Blue #9681F6
Tints of Light Slate Blue #9681F6
RGB
CMYK
RGB Variations
Color information
#9681F6 (or 0x9681F6) is known color: Light Slate Blue. HEX triplet: 96, 81 and F6. RGB value is (150,129,246). Sum of RGB (Red+Green+Blue) = 150+129+246=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #9681F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9681F6 is #697E09. Grayscale: #949494. Windows color (decimal): -6913546 or 16155030. OLE color: 16155030.
HSL color Cylindrical-coordinate representation of color #9681F6: hue angle of 250.77º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9681F6 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 129 | 246 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.04 |
| HSL | 250.77º | 0.87% | 0.74% | - |
| HSV(B) | 250.77º | 0.48% | 0.96% | - |
| XYZ | 37.06 | 28.84 | 90.8 | - |
| YUV | 148.62 | 182.96 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 246 | 0.39 | 0.48 | 0 | 0.04 | 250.77 | 0.87 | 0.74 |
| Hex | 96 | 81 | F6 | 27 | 30 | 0 | 4 | FB | 57 | 4A |
| Octal | 226 | 201 | 366 | 47 | 60 | 0 | 4 | 373 | 127 | 112 |
| Binary | 10010110 | 10000001 | 11110110 | 100111 | 110000 | 0 | 100 | 11111011 | 1010111 | 1001010 |
Color Harmonies of #9681F6
Complementary color
Monochromatic Colors of #9681F6
Black with #9681F6
Text Example
Text Example
White with #9681F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9681F6; }
p { color: rgb(150,129,246); }
H1.HeaderClassName
{
color: #9681F6;
}
.AnyTagClassName
{
color: #9681F6;
}
</style>
background-color css
<style>
a { background-color: #9681F6; }
a { background-color: rgb(150,129,246); }
div.DivClassName
{
background-color: #9681F6;
}
.BgClassName
{
background-color: #9681F6;
}
</style>
border-color css
<style>
span { border-color: #9681F6; }
span { border-color: rgb(150,129,246); }
td.TdClassName
{
border-color: #9681F6;
}
.TagClassName
{
border-color: #9681F6;
}
</style>