Shades of Blue Bell #9692D5
Tints of Blue Bell #9692D5
RGB
CMYK
RGB Variations
Color information
#9692D5 (or 0x9692D5) is known color: Blue Bell. HEX triplet: 96, 92 and D5. RGB value is (150,146,213). Sum of RGB (Red+Green+Blue) = 150+146+213=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #9692D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9692D5 is #696D2A. Grayscale: #9A9A9A. Windows color (decimal): -6909227 or 13996694. OLE color: 13996694.
HSL color Cylindrical-coordinate representation of color #9692D5: hue angle of 243.58º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9692D5 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 146 | 213 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.16 |
| HSL | 243.58º | 0.44% | 0.7% | - |
| HSV(B) | 243.58º | 0.31% | 0.84% | - |
| XYZ | 34.87 | 31.85 | 67.26 | - |
| YUV | 154.83 | 160.83 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 213 | 0.30 | 0.31 | 0 | 0.16 | 243.58 | 0.44 | 0.7 |
| Hex | 96 | 92 | D5 | 1E | 1F | 0 | 10 | F4 | 2C | 46 |
| Octal | 226 | 222 | 325 | 36 | 37 | 0 | 20 | 364 | 54 | 106 |
| Binary | 10010110 | 10010010 | 11010101 | 11110 | 11111 | 0 | 10000 | 11110100 | 101100 | 1000110 |
Color Harmonies of #9692D5
Complementary color
Monochromatic Colors of #9692D5
Black with #9692D5
Text Example
Text Example
White with #9692D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9692D5; }
p { color: rgb(150,146,213); }
H1.HeaderClassName
{
color: #9692D5;
}
.AnyTagClassName
{
color: #9692D5;
}
</style>
background-color css
<style>
a { background-color: #9692D5; }
a { background-color: rgb(150,146,213); }
div.DivClassName
{
background-color: #9692D5;
}
.BgClassName
{
background-color: #9692D5;
}
</style>
border-color css
<style>
span { border-color: #9692D5; }
span { border-color: rgb(150,146,213); }
td.TdClassName
{
border-color: #9692D5;
}
.TagClassName
{
border-color: #9692D5;
}
</style>