Shades of Blue Bell #9792E1
Tints of Blue Bell #9792E1
RGB
CMYK
RGB Variations
Color information
#9792E1 (or 0x9792E1) is known color: Blue Bell. HEX triplet: 97, 92 and E1. RGB value is (151,146,225). Sum of RGB (Red+Green+Blue) = 151+146+225=522 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.93% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #9792E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9792E1 is #686D1E. Grayscale: #9C9C9C. Windows color (decimal): -6843679 or 14783127. OLE color: 14783127.
HSL color Cylindrical-coordinate representation of color #9792E1: hue angle of 243.8º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9792E1 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 146 | 225 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.12 |
| HSL | 243.8º | 0.57% | 0.73% | - |
| HSV(B) | 243.8º | 0.35% | 0.88% | - |
| XYZ | 36.63 | 32.57 | 75.59 | - |
| YUV | 156.5 | 166.66 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 146 | 225 | 0.33 | 0.35 | 0 | 0.12 | 243.8 | 0.57 | 0.73 |
| Hex | 97 | 92 | E1 | 21 | 23 | 0 | C | F4 | 39 | 49 |
| Octal | 227 | 222 | 341 | 41 | 43 | 0 | 14 | 364 | 71 | 111 |
| Binary | 10010111 | 10010010 | 11100001 | 100001 | 100011 | 0 | 1100 | 11110100 | 111001 | 1001001 |
Color Harmonies of #9792E1
Complementary color
Monochromatic Colors of #9792E1
Black with #9792E1
Text Example
Text Example
White with #9792E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9792E1; }
p { color: rgb(151,146,225); }
H1.HeaderClassName
{
color: #9792E1;
}
.AnyTagClassName
{
color: #9792E1;
}
</style>
background-color css
<style>
a { background-color: #9792E1; }
a { background-color: rgb(151,146,225); }
div.DivClassName
{
background-color: #9792E1;
}
.BgClassName
{
background-color: #9792E1;
}
</style>
border-color css
<style>
span { border-color: #9792E1; }
span { border-color: rgb(151,146,225); }
td.TdClassName
{
border-color: #9792E1;
}
.TagClassName
{
border-color: #9792E1;
}
</style>