Shades of Blue Bell #9A92DB
Tints of Blue Bell #9A92DB
RGB
CMYK
RGB Variations
Color information
#9A92DB (or 0x9A92DB) is known color: Blue Bell. HEX triplet: 9A, 92 and DB. RGB value is (154,146,219). Sum of RGB (Red+Green+Blue) = 154+146+219=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A92DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A92DB is #656D24. Grayscale: #9C9C9C. Windows color (decimal): -6647077 or 14389914. OLE color: 14389914.
HSL color Cylindrical-coordinate representation of color #9A92DB: hue angle of 246.58º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A92DB is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 146 | 219 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.14 |
| HSL | 246.58º | 0.5% | 0.72% | - |
| HSV(B) | 246.58º | 0.33% | 0.86% | - |
| XYZ | 36.39 | 32.54 | 71.38 | - |
| YUV | 156.71 | 163.15 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 146 | 219 | 0.30 | 0.33 | 0 | 0.14 | 246.58 | 0.5 | 0.72 |
| Hex | 9A | 92 | DB | 1E | 21 | 0 | E | F7 | 32 | 48 |
| Octal | 232 | 222 | 333 | 36 | 41 | 0 | 16 | 367 | 62 | 110 |
| Binary | 10011010 | 10010010 | 11011011 | 11110 | 100001 | 0 | 1110 | 11110111 | 110010 | 1001000 |
Color Harmonies of #9A92DB
Complementary color
Monochromatic Colors of #9A92DB
Black with #9A92DB
Text Example
Text Example
White with #9A92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A92DB; }
p { color: rgb(154,146,219); }
H1.HeaderClassName
{
color: #9A92DB;
}
.AnyTagClassName
{
color: #9A92DB;
}
</style>
background-color css
<style>
a { background-color: #9A92DB; }
a { background-color: rgb(154,146,219); }
div.DivClassName
{
background-color: #9A92DB;
}
.BgClassName
{
background-color: #9A92DB;
}
</style>
border-color css
<style>
span { border-color: #9A92DB; }
span { border-color: rgb(154,146,219); }
td.TdClassName
{
border-color: #9A92DB;
}
.TagClassName
{
border-color: #9A92DB;
}
</style>