Shades of Blue Bell #9B95C5
Tints of Blue Bell #9B95C5
RGB
CMYK
RGB Variations
Color information
#9B95C5 (or 0x9B95C5) is known color: Blue Bell. HEX triplet: 9B, 95 and C5. RGB value is (155,149,197). Sum of RGB (Red+Green+Blue) = 155+149+197=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 197 - color contains mainly: blue. Hex color #9B95C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B95C5 is #646A3A. Grayscale: #9C9C9C. Windows color (decimal): -6580795 or 12948891. OLE color: 12948891.
HSL color Cylindrical-coordinate representation of color #9B95C5: hue angle of 247.5º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B95C5 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 149 | 197 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.23 |
| HSL | 247.5º | 0.29% | 0.68% | - |
| HSV(B) | 247.5º | 0.24% | 0.77% | - |
| XYZ | 34.34 | 32.49 | 57.29 | - |
| YUV | 156.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 197 | 0.21 | 0.24 | 0 | 0.23 | 247.5 | 0.29 | 0.68 |
| Hex | 9B | 95 | C5 | 15 | 18 | 0 | 17 | F8 | 1D | 44 |
| Octal | 233 | 225 | 305 | 25 | 30 | 0 | 27 | 370 | 35 | 104 |
| Binary | 10011011 | 10010101 | 11000101 | 10101 | 11000 | 0 | 10111 | 11111000 | 11101 | 1000100 |
Color Harmonies of #9B95C5
Complementary color
Monochromatic Colors of #9B95C5
Black with #9B95C5
Text Example
Text Example
White with #9B95C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B95C5; }
p { color: rgb(155,149,197); }
H1.HeaderClassName
{
color: #9B95C5;
}
.AnyTagClassName
{
color: #9B95C5;
}
</style>
background-color css
<style>
a { background-color: #9B95C5; }
a { background-color: rgb(155,149,197); }
div.DivClassName
{
background-color: #9B95C5;
}
.BgClassName
{
background-color: #9B95C5;
}
</style>
border-color css
<style>
span { border-color: #9B95C5; }
span { border-color: rgb(155,149,197); }
td.TdClassName
{
border-color: #9B95C5;
}
.TagClassName
{
border-color: #9B95C5;
}
</style>