Shades of Blue Bell #9692DD
Tints of Blue Bell #9692DD
RGB
CMYK
RGB Variations
Color information
#9692DD (or 0x9692DD) is known color: Blue Bell. HEX triplet: 96, 92 and DD. RGB value is (150,146,221). Sum of RGB (Red+Green+Blue) = 150+146+221=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #9692DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9692DD is #696D22. Grayscale: #9B9B9B. Windows color (decimal): -6909219 or 14520982. OLE color: 14520982.
HSL color Cylindrical-coordinate representation of color #9692DD: hue angle of 243.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9692DD is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 146 | 221 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.13 |
| HSL | 243.2º | 0.52% | 0.72% | - |
| HSV(B) | 243.2º | 0.34% | 0.87% | - |
| XYZ | 35.91 | 32.26 | 72.74 | - |
| YUV | 155.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 221 | 0.32 | 0.34 | 0 | 0.13 | 243.2 | 0.52 | 0.72 |
| Hex | 96 | 92 | DD | 20 | 22 | 0 | D | F3 | 34 | 48 |
| Octal | 226 | 222 | 335 | 40 | 42 | 0 | 15 | 363 | 64 | 110 |
| Binary | 10010110 | 10010010 | 11011101 | 100000 | 100010 | 0 | 1101 | 11110011 | 110100 | 1001000 |
Color Harmonies of #9692DD
Complementary color
Monochromatic Colors of #9692DD
Black with #9692DD
Text Example
Text Example
White with #9692DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9692DD; }
p { color: rgb(150,146,221); }
H1.HeaderClassName
{
color: #9692DD;
}
.AnyTagClassName
{
color: #9692DD;
}
</style>
background-color css
<style>
a { background-color: #9692DD; }
a { background-color: rgb(150,146,221); }
div.DivClassName
{
background-color: #9692DD;
}
.BgClassName
{
background-color: #9692DD;
}
</style>
border-color css
<style>
span { border-color: #9692DD; }
span { border-color: rgb(150,146,221); }
td.TdClassName
{
border-color: #9692DD;
}
.TagClassName
{
border-color: #9692DD;
}
</style>