Shades of Blue Bell #9790CF
Tints of Blue Bell #9790CF
RGB
CMYK
RGB Variations
Color information
#9790CF (or 0x9790CF) is known color: Blue Bell. HEX triplet: 97, 90 and CF. RGB value is (151,144,207). Sum of RGB (Red+Green+Blue) = 151+144+207=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #9790CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9790CF is #686F30. Grayscale: #999999. Windows color (decimal): -6844209 or 13602967. OLE color: 13602967.
HSL color Cylindrical-coordinate representation of color #9790CF: hue angle of 246.67º degrees, saturation: 0.4, 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 #9790CF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 144 | 207 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.19 |
| HSL | 246.67º | 0.4% | 0.69% | - |
| HSV(B) | 246.67º | 0.3% | 0.81% | - |
| XYZ | 34 | 31.03 | 63.23 | - |
| YUV | 153.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 144 | 207 | 0.27 | 0.30 | 0 | 0.19 | 246.67 | 0.4 | 0.69 |
| Hex | 97 | 90 | CF | 1B | 1E | 0 | 13 | F7 | 28 | 45 |
| Octal | 227 | 220 | 317 | 33 | 36 | 0 | 23 | 367 | 50 | 105 |
| Binary | 10010111 | 10010000 | 11001111 | 11011 | 11110 | 0 | 10011 | 11110111 | 101000 | 1000101 |
Color Harmonies of #9790CF
Complementary color
Monochromatic Colors of #9790CF
Black with #9790CF
Text Example
Text Example
White with #9790CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9790CF; }
p { color: rgb(151,144,207); }
H1.HeaderClassName
{
color: #9790CF;
}
.AnyTagClassName
{
color: #9790CF;
}
</style>
background-color css
<style>
a { background-color: #9790CF; }
a { background-color: rgb(151,144,207); }
div.DivClassName
{
background-color: #9790CF;
}
.BgClassName
{
background-color: #9790CF;
}
</style>
border-color css
<style>
span { border-color: #9790CF; }
span { border-color: rgb(151,144,207); }
td.TdClassName
{
border-color: #9790CF;
}
.TagClassName
{
border-color: #9790CF;
}
</style>