Shades of Blue Bell #9B9FDC
Tints of Blue Bell #9B9FDC
RGB
CMYK
RGB Variations
Color information
#9B9FDC (or 0x9B9FDC) is known color: Blue Bell. HEX triplet: 9B, 9F and DC. RGB value is (155,159,220). Sum of RGB (Red+Green+Blue) = 155+159+220=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9FDC is #646023. Grayscale: #A4A4A4. Windows color (decimal): -6578212 or 14458779. OLE color: 14458779.
HSL color Cylindrical-coordinate representation of color #9B9FDC: hue angle of 236.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B9FDC is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 159 | 220 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.14 |
| HSL | 236.31º | 0.48% | 0.74% | - |
| HSV(B) | 236.31º | 0.3% | 0.86% | - |
| XYZ | 38.83 | 36.93 | 72.79 | - |
| YUV | 164.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 159 | 220 | 0.30 | 0.28 | 0 | 0.14 | 236.31 | 0.48 | 0.74 |
| Hex | 9B | 9F | DC | 1E | 1C | 0 | E | EC | 30 | 4A |
| Octal | 233 | 237 | 334 | 36 | 34 | 0 | 16 | 354 | 60 | 112 |
| Binary | 10011011 | 10011111 | 11011100 | 11110 | 11100 | 0 | 1110 | 11101100 | 110000 | 1001010 |
Color Harmonies of #9B9FDC
Complementary color
Monochromatic Colors of #9B9FDC
Black with #9B9FDC
Text Example
Text Example
White with #9B9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9FDC; }
p { color: rgb(155,159,220); }
H1.HeaderClassName
{
color: #9B9FDC;
}
.AnyTagClassName
{
color: #9B9FDC;
}
</style>
background-color css
<style>
a { background-color: #9B9FDC; }
a { background-color: rgb(155,159,220); }
div.DivClassName
{
background-color: #9B9FDC;
}
.BgClassName
{
background-color: #9B9FDC;
}
</style>
border-color css
<style>
span { border-color: #9B9FDC; }
span { border-color: rgb(155,159,220); }
td.TdClassName
{
border-color: #9B9FDC;
}
.TagClassName
{
border-color: #9B9FDC;
}
</style>