Shades of Blue Bell #9B95E7
Tints of Blue Bell #9B95E7
RGB
CMYK
RGB Variations
Color information
#9B95E7 (or 0x9B95E7) is known color: Blue Bell. HEX triplet: 9B, 95 and E7. RGB value is (155,149,231). Sum of RGB (Red+Green+Blue) = 155+149+231=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #9B95E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B95E7 is #646A18. Grayscale: #9F9F9F. Windows color (decimal): -6580761 or 15177115. OLE color: 15177115.
HSL color Cylindrical-coordinate representation of color #9B95E7: hue angle of 244.39º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B95E7 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 149 | 231 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.09 |
| HSL | 244.39º | 0.63% | 0.75% | - |
| HSV(B) | 244.39º | 0.35% | 0.91% | - |
| XYZ | 38.69 | 34.23 | 80.17 | - |
| YUV | 160.14 | 167.99 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 231 | 0.33 | 0.35 | 0 | 0.09 | 244.39 | 0.63 | 0.75 |
| Hex | 9B | 95 | E7 | 21 | 23 | 0 | 9 | F4 | 3F | 4B |
| Octal | 233 | 225 | 347 | 41 | 43 | 0 | 11 | 364 | 77 | 113 |
| Binary | 10011011 | 10010101 | 11100111 | 100001 | 100011 | 0 | 1001 | 11110100 | 111111 | 1001011 |
Color Harmonies of #9B95E7
Complementary color
Monochromatic Colors of #9B95E7
Black with #9B95E7
Text Example
Text Example
White with #9B95E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B95E7; }
p { color: rgb(155,149,231); }
H1.HeaderClassName
{
color: #9B95E7;
}
.AnyTagClassName
{
color: #9B95E7;
}
</style>
background-color css
<style>
a { background-color: #9B95E7; }
a { background-color: rgb(155,149,231); }
div.DivClassName
{
background-color: #9B95E7;
}
.BgClassName
{
background-color: #9B95E7;
}
</style>
border-color css
<style>
span { border-color: #9B95E7; }
span { border-color: rgb(155,149,231); }
td.TdClassName
{
border-color: #9B95E7;
}
.TagClassName
{
border-color: #9B95E7;
}
</style>