Shades of Blue Bell #97A1CF
Tints of Blue Bell #97A1CF
RGB
CMYK
RGB Variations
Color information
#97A1CF (or 0x97A1CF) is known color: Blue Bell. HEX triplet: 97, A1 and CF. RGB value is (151,161,207). Sum of RGB (Red+Green+Blue) = 151+161+207=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #97A1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A1CF is #685E30. Grayscale: #A3A3A3. Windows color (decimal): -6839857 or 13607319. OLE color: 13607319.
HSL color Cylindrical-coordinate representation of color #97A1CF: hue angle of 229.29º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97A1CF is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 161 | 207 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.19 |
| HSL | 229.29º | 0.37% | 0.7% | - |
| HSV(B) | 229.29º | 0.27% | 0.81% | - |
| XYZ | 36.77 | 36.57 | 64.15 | - |
| YUV | 163.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 161 | 207 | 0.27 | 0.22 | 0 | 0.19 | 229.29 | 0.37 | 0.7 |
| Hex | 97 | A1 | CF | 1B | 16 | 0 | 13 | E5 | 25 | 46 |
| Octal | 227 | 241 | 317 | 33 | 26 | 0 | 23 | 345 | 45 | 106 |
| Binary | 10010111 | 10100001 | 11001111 | 11011 | 10110 | 0 | 10011 | 11100101 | 100101 | 1000110 |
Color Harmonies of #97A1CF
Complementary color
Monochromatic Colors of #97A1CF
Black with #97A1CF
Text Example
Text Example
White with #97A1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A1CF; }
p { color: rgb(151,161,207); }
H1.HeaderClassName
{
color: #97A1CF;
}
.AnyTagClassName
{
color: #97A1CF;
}
</style>
background-color css
<style>
a { background-color: #97A1CF; }
a { background-color: rgb(151,161,207); }
div.DivClassName
{
background-color: #97A1CF;
}
.BgClassName
{
background-color: #97A1CF;
}
</style>
border-color css
<style>
span { border-color: #97A1CF; }
span { border-color: rgb(151,161,207); }
td.TdClassName
{
border-color: #97A1CF;
}
.TagClassName
{
border-color: #97A1CF;
}
</style>