Shades of Blue Bell #9A9BDC
Tints of Blue Bell #9A9BDC
RGB
CMYK
RGB Variations
Color information
#9A9BDC (or 0x9A9BDC) is known color: Blue Bell. HEX triplet: 9A, 9B and DC. RGB value is (154,155,220). Sum of RGB (Red+Green+Blue) = 154+155+220=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A9BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9BDC is #656423. Grayscale: #A1A1A1. Windows color (decimal): -6644772 or 14457754. OLE color: 14457754.
HSL color Cylindrical-coordinate representation of color #9A9BDC: hue angle of 239.09º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A9BDC is Cyan = 0.3, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 155 | 220 | - |
| CMYK | 0.3 | 0.30 | 0 | 0.14 |
| HSL | 239.09º | 0.49% | 0.73% | - |
| HSV(B) | 239.09º | 0.3% | 0.86% | - |
| XYZ | 37.97 | 35.48 | 72.56 | - |
| YUV | 162.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 155 | 220 | 0.3 | 0.30 | 0 | 0.14 | 239.09 | 0.49 | 0.73 |
| Hex | 9A | 9B | DC | 1E | 1E | 0 | E | EF | 31 | 49 |
| Octal | 232 | 233 | 334 | 36 | 36 | 0 | 16 | 357 | 61 | 111 |
| Binary | 10011010 | 10011011 | 11011100 | 11110 | 11110 | 0 | 1110 | 11101111 | 110001 | 1001001 |
Color Harmonies of #9A9BDC
Complementary color
Monochromatic Colors of #9A9BDC
Black with #9A9BDC
Text Example
Text Example
White with #9A9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9BDC; }
p { color: rgb(154,155,220); }
H1.HeaderClassName
{
color: #9A9BDC;
}
.AnyTagClassName
{
color: #9A9BDC;
}
</style>
background-color css
<style>
a { background-color: #9A9BDC; }
a { background-color: rgb(154,155,220); }
div.DivClassName
{
background-color: #9A9BDC;
}
.BgClassName
{
background-color: #9A9BDC;
}
</style>
border-color css
<style>
span { border-color: #9A9BDC; }
span { border-color: rgb(154,155,220); }
td.TdClassName
{
border-color: #9A9BDC;
}
.TagClassName
{
border-color: #9A9BDC;
}
</style>