Shades of Blue Bell #9497D2
Tints of Blue Bell #9497D2
RGB
CMYK
RGB Variations
Color information
#9497D2 (or 0x9497D2) is known color: Blue Bell. HEX triplet: 94, 97 and D2. RGB value is (148,151,210). Sum of RGB (Red+Green+Blue) = 148+151+210=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #9497D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9497D2 is #6B682D. Grayscale: #9C9C9C. Windows color (decimal): -7039022 or 13801364. OLE color: 13801364.
HSL color Cylindrical-coordinate representation of color #9497D2: hue angle of 237.1º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9497D2 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 151 | 210 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.18 |
| HSL | 237.1º | 0.41% | 0.7% | - |
| HSV(B) | 237.1º | 0.3% | 0.82% | - |
| XYZ | 34.91 | 33.08 | 65.52 | - |
| YUV | 156.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 151 | 210 | 0.30 | 0.28 | 0 | 0.18 | 237.1 | 0.41 | 0.7 |
| Hex | 94 | 97 | D2 | 1E | 1C | 0 | 12 | ED | 29 | 46 |
| Octal | 224 | 227 | 322 | 36 | 34 | 0 | 22 | 355 | 51 | 106 |
| Binary | 10010100 | 10010111 | 11010010 | 11110 | 11100 | 0 | 10010 | 11101101 | 101001 | 1000110 |
Color Harmonies of #9497D2
Complementary color
Monochromatic Colors of #9497D2
Black with #9497D2
Text Example
Text Example
White with #9497D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9497D2; }
p { color: rgb(148,151,210); }
H1.HeaderClassName
{
color: #9497D2;
}
.AnyTagClassName
{
color: #9497D2;
}
</style>
background-color css
<style>
a { background-color: #9497D2; }
a { background-color: rgb(148,151,210); }
div.DivClassName
{
background-color: #9497D2;
}
.BgClassName
{
background-color: #9497D2;
}
</style>
border-color css
<style>
span { border-color: #9497D2; }
span { border-color: rgb(148,151,210); }
td.TdClassName
{
border-color: #9497D2;
}
.TagClassName
{
border-color: #9497D2;
}
</style>