Shades of Blue Bell #9792CE
Tints of Blue Bell #9792CE
RGB
CMYK
RGB Variations
Color information
#9792CE (or 0x9792CE) is known color: Blue Bell. HEX triplet: 97, 92 and CE. RGB value is (151,146,206). Sum of RGB (Red+Green+Blue) = 151+146+206=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #9792CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9792CE is #686D31. Grayscale: #9A9A9A. Windows color (decimal): -6843698 or 13537943. OLE color: 13537943.
HSL color Cylindrical-coordinate representation of color #9792CE: hue angle of 245º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9792CE is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 146 | 206 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.19 |
| HSL | 245º | 0.38% | 0.69% | - |
| HSV(B) | 245º | 0.29% | 0.81% | - |
| XYZ | 34.18 | 31.59 | 62.69 | - |
| YUV | 154.34 | 157.16 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 146 | 206 | 0.27 | 0.29 | 0 | 0.19 | 245 | 0.38 | 0.69 |
| Hex | 97 | 92 | CE | 1B | 1D | 0 | 13 | F5 | 26 | 45 |
| Octal | 227 | 222 | 316 | 33 | 35 | 0 | 23 | 365 | 46 | 105 |
| Binary | 10010111 | 10010010 | 11001110 | 11011 | 11101 | 0 | 10011 | 11110101 | 100110 | 1000101 |
Color Harmonies of #9792CE
Complementary color
Monochromatic Colors of #9792CE
Black with #9792CE
Text Example
Text Example
White with #9792CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9792CE; }
p { color: rgb(151,146,206); }
H1.HeaderClassName
{
color: #9792CE;
}
.AnyTagClassName
{
color: #9792CE;
}
</style>
background-color css
<style>
a { background-color: #9792CE; }
a { background-color: rgb(151,146,206); }
div.DivClassName
{
background-color: #9792CE;
}
.BgClassName
{
background-color: #9792CE;
}
</style>
border-color css
<style>
span { border-color: #9792CE; }
span { border-color: rgb(151,146,206); }
td.TdClassName
{
border-color: #9792CE;
}
.TagClassName
{
border-color: #9792CE;
}
</style>