Shades of Blue Bell #9792DB
Tints of Blue Bell #9792DB
RGB
CMYK
RGB Variations
Color information
#9792DB (or 0x9792DB) is known color: Blue Bell. HEX triplet: 97, 92 and DB. RGB value is (151,146,219). Sum of RGB (Red+Green+Blue) = 151+146+219=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #9792DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9792DB is #686D24. Grayscale: #9B9B9B. Windows color (decimal): -6843685 or 14389911. OLE color: 14389911.
HSL color Cylindrical-coordinate representation of color #9792DB: hue angle of 244.11º 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 #9792DB is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 146 | 219 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.14 |
| HSL | 244.11º | 0.5% | 0.72% | - |
| HSV(B) | 244.11º | 0.33% | 0.86% | - |
| XYZ | 35.83 | 32.25 | 71.35 | - |
| YUV | 155.82 | 163.66 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 146 | 219 | 0.31 | 0.33 | 0 | 0.14 | 244.11 | 0.5 | 0.72 |
| Hex | 97 | 92 | DB | 1F | 21 | 0 | E | F4 | 32 | 48 |
| Octal | 227 | 222 | 333 | 37 | 41 | 0 | 16 | 364 | 62 | 110 |
| Binary | 10010111 | 10010010 | 11011011 | 11111 | 100001 | 0 | 1110 | 11110100 | 110010 | 1001000 |
Color Harmonies of #9792DB
Complementary color
Monochromatic Colors of #9792DB
Black with #9792DB
Text Example
Text Example
White with #9792DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9792DB; }
p { color: rgb(151,146,219); }
H1.HeaderClassName
{
color: #9792DB;
}
.AnyTagClassName
{
color: #9792DB;
}
</style>
background-color css
<style>
a { background-color: #9792DB; }
a { background-color: rgb(151,146,219); }
div.DivClassName
{
background-color: #9792DB;
}
.BgClassName
{
background-color: #9792DB;
}
</style>
border-color css
<style>
span { border-color: #9792DB; }
span { border-color: rgb(151,146,219); }
td.TdClassName
{
border-color: #9792DB;
}
.TagClassName
{
border-color: #9792DB;
}
</style>