Shades of Blue Bell #9A95C5
Tints of Blue Bell #9A95C5
RGB
CMYK
RGB Variations
Color information
#9A95C5 (or 0x9A95C5) is known color: Blue Bell. HEX triplet: 9A, 95 and C5. RGB value is (154,149,197). Sum of RGB (Red+Green+Blue) = 154+149+197=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 197 - color contains mainly: blue. Hex color #9A95C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A95C5 is #656A3A. Grayscale: #9B9B9B. Windows color (decimal): -6646331 or 12948890. OLE color: 12948890.
HSL color Cylindrical-coordinate representation of color #9A95C5: hue angle of 246.25º 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 #9A95C5 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 149 | 197 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.23 |
| HSL | 246.25º | 0.29% | 0.68% | - |
| HSV(B) | 246.25º | 0.24% | 0.77% | - |
| XYZ | 34.15 | 32.4 | 57.28 | - |
| YUV | 155.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 149 | 197 | 0.22 | 0.24 | 0 | 0.23 | 246.25 | 0.29 | 0.68 |
| Hex | 9A | 95 | C5 | 16 | 18 | 0 | 17 | F6 | 1D | 44 |
| Octal | 232 | 225 | 305 | 26 | 30 | 0 | 27 | 366 | 35 | 104 |
| Binary | 10011010 | 10010101 | 11000101 | 10110 | 11000 | 0 | 10111 | 11110110 | 11101 | 1000100 |
Color Harmonies of #9A95C5
Complementary color
Monochromatic Colors of #9A95C5
Black with #9A95C5
Text Example
Text Example
White with #9A95C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A95C5; }
p { color: rgb(154,149,197); }
H1.HeaderClassName
{
color: #9A95C5;
}
.AnyTagClassName
{
color: #9A95C5;
}
</style>
background-color css
<style>
a { background-color: #9A95C5; }
a { background-color: rgb(154,149,197); }
div.DivClassName
{
background-color: #9A95C5;
}
.BgClassName
{
background-color: #9A95C5;
}
</style>
border-color css
<style>
span { border-color: #9A95C5; }
span { border-color: rgb(154,149,197); }
td.TdClassName
{
border-color: #9A95C5;
}
.TagClassName
{
border-color: #9A95C5;
}
</style>