Shades of Blue Bell #9687D5
Tints of Blue Bell #9687D5
RGB
CMYK
RGB Variations
Color information
#9687D5 (or 0x9687D5) is known color: Blue Bell. HEX triplet: 96, 87 and D5. RGB value is (150,135,213). Sum of RGB (Red+Green+Blue) = 150+135+213=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #9687D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9687D5 is #69782A. Grayscale: #949494. Windows color (decimal): -6912043 or 13993878. OLE color: 13993878.
HSL color Cylindrical-coordinate representation of color #9687D5: hue angle of 251.54º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9687D5 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 135 | 213 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.16 |
| HSL | 251.54º | 0.48% | 0.68% | - |
| HSV(B) | 251.54º | 0.37% | 0.84% | - |
| XYZ | 33.25 | 28.62 | 66.72 | - |
| YUV | 148.38 | 164.47 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 213 | 0.30 | 0.37 | 0 | 0.16 | 251.54 | 0.48 | 0.68 |
| Hex | 96 | 87 | D5 | 1E | 25 | 0 | 10 | FC | 30 | 44 |
| Octal | 226 | 207 | 325 | 36 | 45 | 0 | 20 | 374 | 60 | 104 |
| Binary | 10010110 | 10000111 | 11010101 | 11110 | 100101 | 0 | 10000 | 11111100 | 110000 | 1000100 |
Color Harmonies of #9687D5
Complementary color
Monochromatic Colors of #9687D5
Black with #9687D5
Text Example
Text Example
White with #9687D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9687D5; }
p { color: rgb(150,135,213); }
H1.HeaderClassName
{
color: #9687D5;
}
.AnyTagClassName
{
color: #9687D5;
}
</style>
background-color css
<style>
a { background-color: #9687D5; }
a { background-color: rgb(150,135,213); }
div.DivClassName
{
background-color: #9687D5;
}
.BgClassName
{
background-color: #9687D5;
}
</style>
border-color css
<style>
span { border-color: #9687D5; }
span { border-color: rgb(150,135,213); }
td.TdClassName
{
border-color: #9687D5;
}
.TagClassName
{
border-color: #9687D5;
}
</style>