Shades of Blue Bell #9790CE
Tints of Blue Bell #9790CE
RGB
CMYK
RGB Variations
Color information
#9790CE (or 0x9790CE) is known color: Blue Bell. HEX triplet: 97, 90 and CE. RGB value is (151,144,206). Sum of RGB (Red+Green+Blue) = 151+144+206=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #9790CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9790CE is #686F31. Grayscale: #989898. Windows color (decimal): -6844210 or 13537431. OLE color: 13537431.
HSL color Cylindrical-coordinate representation of color #9790CE: hue angle of 246.77º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9790CE is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 144 | 206 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.19 |
| HSL | 246.77º | 0.39% | 0.69% | - |
| HSV(B) | 246.77º | 0.3% | 0.81% | - |
| XYZ | 33.88 | 30.98 | 62.59 | - |
| YUV | 153.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 144 | 206 | 0.27 | 0.30 | 0 | 0.19 | 246.77 | 0.39 | 0.69 |
| Hex | 97 | 90 | CE | 1B | 1E | 0 | 13 | F7 | 27 | 45 |
| Octal | 227 | 220 | 316 | 33 | 36 | 0 | 23 | 367 | 47 | 105 |
| Binary | 10010111 | 10010000 | 11001110 | 11011 | 11110 | 0 | 10011 | 11110111 | 100111 | 1000101 |
Color Harmonies of #9790CE
Complementary color
Monochromatic Colors of #9790CE
Black with #9790CE
Text Example
Text Example
White with #9790CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9790CE; }
p { color: rgb(151,144,206); }
H1.HeaderClassName
{
color: #9790CE;
}
.AnyTagClassName
{
color: #9790CE;
}
</style>
background-color css
<style>
a { background-color: #9790CE; }
a { background-color: rgb(151,144,206); }
div.DivClassName
{
background-color: #9790CE;
}
.BgClassName
{
background-color: #9790CE;
}
</style>
border-color css
<style>
span { border-color: #9790CE; }
span { border-color: rgb(151,144,206); }
td.TdClassName
{
border-color: #9790CE;
}
.TagClassName
{
border-color: #9790CE;
}
</style>