Shades of Blue Bell #9B92DC
Tints of Blue Bell #9B92DC
RGB
CMYK
RGB Variations
Color information
#9B92DC (or 0x9B92DC) is known color: Blue Bell. HEX triplet: 9B, 92 and DC. RGB value is (155,146,220). Sum of RGB (Red+Green+Blue) = 155+146+220=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B92DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92DC is #646D23. Grayscale: #9C9C9C. Windows color (decimal): -6581540 or 14455451. OLE color: 14455451.
HSL color Cylindrical-coordinate representation of color #9B92DC: hue angle of 247.3º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B92DC is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 146 | 220 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.14 |
| HSL | 247.3º | 0.51% | 0.72% | - |
| HSV(B) | 247.3º | 0.34% | 0.86% | - |
| XYZ | 36.71 | 32.69 | 72.09 | - |
| YUV | 157.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 220 | 0.30 | 0.34 | 0 | 0.14 | 247.3 | 0.51 | 0.72 |
| Hex | 9B | 92 | DC | 1E | 22 | 0 | E | F7 | 33 | 48 |
| Octal | 233 | 222 | 334 | 36 | 42 | 0 | 16 | 367 | 63 | 110 |
| Binary | 10011011 | 10010010 | 11011100 | 11110 | 100010 | 0 | 1110 | 11110111 | 110011 | 1001000 |
Color Harmonies of #9B92DC
Complementary color
Monochromatic Colors of #9B92DC
Black with #9B92DC
Text Example
Text Example
White with #9B92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B92DC; }
p { color: rgb(155,146,220); }
H1.HeaderClassName
{
color: #9B92DC;
}
.AnyTagClassName
{
color: #9B92DC;
}
</style>
background-color css
<style>
a { background-color: #9B92DC; }
a { background-color: rgb(155,146,220); }
div.DivClassName
{
background-color: #9B92DC;
}
.BgClassName
{
background-color: #9B92DC;
}
</style>
border-color css
<style>
span { border-color: #9B92DC; }
span { border-color: rgb(155,146,220); }
td.TdClassName
{
border-color: #9B92DC;
}
.TagClassName
{
border-color: #9B92DC;
}
</style>