Shades of Blue Bell #9B8FDC
Tints of Blue Bell #9B8FDC
RGB
CMYK
RGB Variations
Color information
#9B8FDC (or 0x9B8FDC) is known color: Blue Bell. HEX triplet: 9B, 8F and DC. RGB value is (155,143,220). Sum of RGB (Red+Green+Blue) = 155+143+220=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B8FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8FDC is #647023. Grayscale: #9B9B9B. Windows color (decimal): -6582308 or 14454683. OLE color: 14454683.
HSL color Cylindrical-coordinate representation of color #9B8FDC: hue angle of 249.35º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B8FDC is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 143 | 220 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.14 |
| HSL | 249.35º | 0.52% | 0.71% | - |
| HSV(B) | 249.35º | 0.35% | 0.86% | - |
| XYZ | 36.26 | 31.78 | 71.93 | - |
| YUV | 155.37 | 164.48 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 220 | 0.30 | 0.35 | 0 | 0.14 | 249.35 | 0.52 | 0.71 |
| Hex | 9B | 8F | DC | 1E | 23 | 0 | E | F9 | 34 | 47 |
| Octal | 233 | 217 | 334 | 36 | 43 | 0 | 16 | 371 | 64 | 107 |
| Binary | 10011011 | 10001111 | 11011100 | 11110 | 100011 | 0 | 1110 | 11111001 | 110100 | 1000111 |
Color Harmonies of #9B8FDC
Complementary color
Monochromatic Colors of #9B8FDC
Black with #9B8FDC
Text Example
Text Example
White with #9B8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8FDC; }
p { color: rgb(155,143,220); }
H1.HeaderClassName
{
color: #9B8FDC;
}
.AnyTagClassName
{
color: #9B8FDC;
}
</style>
background-color css
<style>
a { background-color: #9B8FDC; }
a { background-color: rgb(155,143,220); }
div.DivClassName
{
background-color: #9B8FDC;
}
.BgClassName
{
background-color: #9B8FDC;
}
</style>
border-color css
<style>
span { border-color: #9B8FDC; }
span { border-color: rgb(155,143,220); }
td.TdClassName
{
border-color: #9B8FDC;
}
.TagClassName
{
border-color: #9B8FDC;
}
</style>