Shades of Blue Bell #9B8FEE
Tints of Blue Bell #9B8FEE
RGB
CMYK
RGB Variations
Color information
#9B8FEE (or 0x9B8FEE) is known color: Blue Bell. HEX triplet: 9B, 8F and EE. RGB value is (155,143,238). Sum of RGB (Red+Green+Blue) = 155+143+238=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B8FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8FEE is #647011. Grayscale: #9D9D9D. Windows color (decimal): -6582290 or 15634331. OLE color: 15634331.
HSL color Cylindrical-coordinate representation of color #9B8FEE: hue angle of 247.58º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B8FEE is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 143 | 238 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.07 |
| HSL | 247.58º | 0.74% | 0.75% | - |
| HSV(B) | 247.58º | 0.4% | 0.93% | - |
| XYZ | 38.77 | 32.79 | 85.17 | - |
| YUV | 157.42 | 173.48 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 238 | 0.35 | 0.40 | 0 | 0.07 | 247.58 | 0.74 | 0.75 |
| Hex | 9B | 8F | EE | 23 | 28 | 0 | 7 | F8 | 4A | 4B |
| Octal | 233 | 217 | 356 | 43 | 50 | 0 | 7 | 370 | 112 | 113 |
| Binary | 10011011 | 10001111 | 11101110 | 100011 | 101000 | 0 | 111 | 11111000 | 1001010 | 1001011 |
Color Harmonies of #9B8FEE
Complementary color
Monochromatic Colors of #9B8FEE
Black with #9B8FEE
Text Example
Text Example
White with #9B8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8FEE; }
p { color: rgb(155,143,238); }
H1.HeaderClassName
{
color: #9B8FEE;
}
.AnyTagClassName
{
color: #9B8FEE;
}
</style>
background-color css
<style>
a { background-color: #9B8FEE; }
a { background-color: rgb(155,143,238); }
div.DivClassName
{
background-color: #9B8FEE;
}
.BgClassName
{
background-color: #9B8FEE;
}
</style>
border-color css
<style>
span { border-color: #9B8FEE; }
span { border-color: rgb(155,143,238); }
td.TdClassName
{
border-color: #9B8FEE;
}
.TagClassName
{
border-color: #9B8FEE;
}
</style>