Shades of Blue Bell #9B95EA
Tints of Blue Bell #9B95EA
RGB
CMYK
RGB Variations
Color information
#9B95EA (or 0x9B95EA) is known color: Blue Bell. HEX triplet: 9B, 95 and EA. RGB value is (155,149,234). Sum of RGB (Red+Green+Blue) = 155+149+234=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B95EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B95EA is #646A15. Grayscale: #A0A0A0. Windows color (decimal): -6580758 or 15373723. OLE color: 15373723.
HSL color Cylindrical-coordinate representation of color #9B95EA: hue angle of 244.24º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B95EA is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 149 | 234 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.08 |
| HSL | 244.24º | 0.67% | 0.75% | - |
| HSV(B) | 244.24º | 0.36% | 0.92% | - |
| XYZ | 39.12 | 34.4 | 82.42 | - |
| YUV | 160.48 | 169.49 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 234 | 0.34 | 0.36 | 0 | 0.08 | 244.24 | 0.67 | 0.75 |
| Hex | 9B | 95 | EA | 22 | 24 | 0 | 8 | F4 | 43 | 4B |
| Octal | 233 | 225 | 352 | 42 | 44 | 0 | 10 | 364 | 103 | 113 |
| Binary | 10011011 | 10010101 | 11101010 | 100010 | 100100 | 0 | 1000 | 11110100 | 1000011 | 1001011 |
Color Harmonies of #9B95EA
Complementary color
Monochromatic Colors of #9B95EA
Black with #9B95EA
Text Example
Text Example
White with #9B95EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B95EA; }
p { color: rgb(155,149,234); }
H1.HeaderClassName
{
color: #9B95EA;
}
.AnyTagClassName
{
color: #9B95EA;
}
</style>
background-color css
<style>
a { background-color: #9B95EA; }
a { background-color: rgb(155,149,234); }
div.DivClassName
{
background-color: #9B95EA;
}
.BgClassName
{
background-color: #9B95EA;
}
</style>
border-color css
<style>
span { border-color: #9B95EA; }
span { border-color: rgb(155,149,234); }
td.TdClassName
{
border-color: #9B95EA;
}
.TagClassName
{
border-color: #9B95EA;
}
</style>