Shades of Blue Bell #97A0CA
Tints of Blue Bell #97A0CA
RGB
CMYK
RGB Variations
Color information
#97A0CA (or 0x97A0CA) is known color: Blue Bell. HEX triplet: 97, A0 and CA. RGB value is (151,160,202). Sum of RGB (Red+Green+Blue) = 151+160+202=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #97A0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A0CA is #685F35. Grayscale: #A1A1A1. Windows color (decimal): -6840118 or 13279383. OLE color: 13279383.
HSL color Cylindrical-coordinate representation of color #97A0CA: hue angle of 229.41º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97A0CA is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 160 | 202 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.21 |
| HSL | 229.41º | 0.32% | 0.69% | - |
| HSV(B) | 229.41º | 0.25% | 0.79% | - |
| XYZ | 35.99 | 35.99 | 60.93 | - |
| YUV | 162.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 160 | 202 | 0.25 | 0.21 | 0 | 0.21 | 229.41 | 0.32 | 0.69 |
| Hex | 97 | A0 | CA | 19 | 15 | 0 | 15 | E5 | 20 | 45 |
| Octal | 227 | 240 | 312 | 31 | 25 | 0 | 25 | 345 | 40 | 105 |
| Binary | 10010111 | 10100000 | 11001010 | 11001 | 10101 | 0 | 10101 | 11100101 | 100000 | 1000101 |
Color Harmonies of #97A0CA
Complementary color
Monochromatic Colors of #97A0CA
Black with #97A0CA
Text Example
Text Example
White with #97A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A0CA; }
p { color: rgb(151,160,202); }
H1.HeaderClassName
{
color: #97A0CA;
}
.AnyTagClassName
{
color: #97A0CA;
}
</style>
background-color css
<style>
a { background-color: #97A0CA; }
a { background-color: rgb(151,160,202); }
div.DivClassName
{
background-color: #97A0CA;
}
.BgClassName
{
background-color: #97A0CA;
}
</style>
border-color css
<style>
span { border-color: #97A0CA; }
span { border-color: rgb(151,160,202); }
td.TdClassName
{
border-color: #97A0CA;
}
.TagClassName
{
border-color: #97A0CA;
}
</style>