Shades of Blue Bell #9DA2C6
Tints of Blue Bell #9DA2C6
RGB
CMYK
RGB Variations
Color information
#9DA2C6 (or 0x9DA2C6) is known color: Blue Bell. HEX triplet: 9D, A2 and C6. RGB value is (157,162,198). Sum of RGB (Red+Green+Blue) = 157+162+198=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 198 - color contains mainly: blue. Hex color #9DA2C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA2C6 is #625D39. Grayscale: #A4A4A4. Windows color (decimal): -6446394 or 13017757. OLE color: 13017757.
HSL color Cylindrical-coordinate representation of color #9DA2C6: hue angle of 232.68º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DA2C6 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 162 | 198 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.22 |
| HSL | 232.68º | 0.26% | 0.7% | - |
| HSV(B) | 232.68º | 0.21% | 0.78% | - |
| XYZ | 37.02 | 37.09 | 58.63 | - |
| YUV | 164.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 198 | 0.21 | 0.18 | 0 | 0.22 | 232.68 | 0.26 | 0.7 |
| Hex | 9D | A2 | C6 | 15 | 12 | 0 | 16 | E9 | 1A | 46 |
| Octal | 235 | 242 | 306 | 25 | 22 | 0 | 26 | 351 | 32 | 106 |
| Binary | 10011101 | 10100010 | 11000110 | 10101 | 10010 | 0 | 10110 | 11101001 | 11010 | 1000110 |
Color Harmonies of #9DA2C6
Complementary color
Monochromatic Colors of #9DA2C6
Black with #9DA2C6
Text Example
Text Example
White with #9DA2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA2C6; }
p { color: rgb(157,162,198); }
H1.HeaderClassName
{
color: #9DA2C6;
}
.AnyTagClassName
{
color: #9DA2C6;
}
</style>
background-color css
<style>
a { background-color: #9DA2C6; }
a { background-color: rgb(157,162,198); }
div.DivClassName
{
background-color: #9DA2C6;
}
.BgClassName
{
background-color: #9DA2C6;
}
</style>
border-color css
<style>
span { border-color: #9DA2C6; }
span { border-color: rgb(157,162,198); }
td.TdClassName
{
border-color: #9DA2C6;
}
.TagClassName
{
border-color: #9DA2C6;
}
</style>