Shades of Blue Bell #97A1CB
Tints of Blue Bell #97A1CB
RGB
CMYK
RGB Variations
Color information
#97A1CB (or 0x97A1CB) is known color: Blue Bell. HEX triplet: 97, A1 and CB. RGB value is (151,161,203). Sum of RGB (Red+Green+Blue) = 151+161+203=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #97A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A1CB is #685E34. Grayscale: #A2A2A2. Windows color (decimal): -6839861 or 13345175. OLE color: 13345175.
HSL color Cylindrical-coordinate representation of color #97A1CB: hue angle of 228.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97A1CB is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 161 | 203 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.20 |
| HSL | 228.46º | 0.33% | 0.69% | - |
| HSV(B) | 228.46º | 0.26% | 0.8% | - |
| XYZ | 36.29 | 36.38 | 61.61 | - |
| YUV | 162.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 161 | 203 | 0.26 | 0.21 | 0 | 0.20 | 228.46 | 0.33 | 0.69 |
| Hex | 97 | A1 | CB | 1A | 15 | 0 | 14 | E4 | 21 | 45 |
| Octal | 227 | 241 | 313 | 32 | 25 | 0 | 24 | 344 | 41 | 105 |
| Binary | 10010111 | 10100001 | 11001011 | 11010 | 10101 | 0 | 10100 | 11100100 | 100001 | 1000101 |
Color Harmonies of #97A1CB
Complementary color
Monochromatic Colors of #97A1CB
Black with #97A1CB
Text Example
Text Example
White with #97A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A1CB; }
p { color: rgb(151,161,203); }
H1.HeaderClassName
{
color: #97A1CB;
}
.AnyTagClassName
{
color: #97A1CB;
}
</style>
background-color css
<style>
a { background-color: #97A1CB; }
a { background-color: rgb(151,161,203); }
div.DivClassName
{
background-color: #97A1CB;
}
.BgClassName
{
background-color: #97A1CB;
}
</style>
border-color css
<style>
span { border-color: #97A1CB; }
span { border-color: rgb(151,161,203); }
td.TdClassName
{
border-color: #97A1CB;
}
.TagClassName
{
border-color: #97A1CB;
}
</style>