Shades of Blue Bell #9A9FCE
Tints of Blue Bell #9A9FCE
RGB
CMYK
RGB Variations
Color information
#9A9FCE (or 0x9A9FCE) is known color: Blue Bell. HEX triplet: 9A, 9F and CE. RGB value is (154,159,206). Sum of RGB (Red+Green+Blue) = 154+159+206=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A9FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9FCE is #656031. Grayscale: #A2A2A2. Windows color (decimal): -6643762 or 13541274. OLE color: 13541274.
HSL color Cylindrical-coordinate representation of color #9A9FCE: hue angle of 234.23º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A9FCE is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 159 | 206 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.19 |
| HSL | 234.23º | 0.35% | 0.71% | - |
| HSV(B) | 234.23º | 0.25% | 0.81% | - |
| XYZ | 36.87 | 36.12 | 63.42 | - |
| YUV | 162.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 159 | 206 | 0.25 | 0.23 | 0 | 0.19 | 234.23 | 0.35 | 0.71 |
| Hex | 9A | 9F | CE | 19 | 17 | 0 | 13 | EA | 23 | 47 |
| Octal | 232 | 237 | 316 | 31 | 27 | 0 | 23 | 352 | 43 | 107 |
| Binary | 10011010 | 10011111 | 11001110 | 11001 | 10111 | 0 | 10011 | 11101010 | 100011 | 1000111 |
Color Harmonies of #9A9FCE
Complementary color
Monochromatic Colors of #9A9FCE
Black with #9A9FCE
Text Example
Text Example
White with #9A9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9FCE; }
p { color: rgb(154,159,206); }
H1.HeaderClassName
{
color: #9A9FCE;
}
.AnyTagClassName
{
color: #9A9FCE;
}
</style>
background-color css
<style>
a { background-color: #9A9FCE; }
a { background-color: rgb(154,159,206); }
div.DivClassName
{
background-color: #9A9FCE;
}
.BgClassName
{
background-color: #9A9FCE;
}
</style>
border-color css
<style>
span { border-color: #9A9FCE; }
span { border-color: rgb(154,159,206); }
td.TdClassName
{
border-color: #9A9FCE;
}
.TagClassName
{
border-color: #9A9FCE;
}
</style>