Shades of Blue Bell #9A95C4
Tints of Blue Bell #9A95C4
RGB
CMYK
RGB Variations
Color information
#9A95C4 (or 0x9A95C4) is known color: Blue Bell. HEX triplet: 9A, 95 and C4. RGB value is (154,149,196). Sum of RGB (Red+Green+Blue) = 154+149+196=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A95C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A95C4 is #656A3B. Grayscale: #9B9B9B. Windows color (decimal): -6646332 or 12883354. OLE color: 12883354.
HSL color Cylindrical-coordinate representation of color #9A95C4: hue angle of 246.38º degrees, saturation: 0.28, 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 #9A95C4 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 149 | 196 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.23 |
| HSL | 246.38º | 0.28% | 0.68% | - |
| HSV(B) | 246.38º | 0.24% | 0.77% | - |
| XYZ | 34.04 | 32.35 | 56.67 | - |
| YUV | 155.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 149 | 196 | 0.21 | 0.24 | 0 | 0.23 | 246.38 | 0.28 | 0.68 |
| Hex | 9A | 95 | C4 | 15 | 18 | 0 | 17 | F6 | 1C | 44 |
| Octal | 232 | 225 | 304 | 25 | 30 | 0 | 27 | 366 | 34 | 104 |
| Binary | 10011010 | 10010101 | 11000100 | 10101 | 11000 | 0 | 10111 | 11110110 | 11100 | 1000100 |
Color Harmonies of #9A95C4
Complementary color
Monochromatic Colors of #9A95C4
Black with #9A95C4
Text Example
Text Example
White with #9A95C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A95C4; }
p { color: rgb(154,149,196); }
H1.HeaderClassName
{
color: #9A95C4;
}
.AnyTagClassName
{
color: #9A95C4;
}
</style>
background-color css
<style>
a { background-color: #9A95C4; }
a { background-color: rgb(154,149,196); }
div.DivClassName
{
background-color: #9A95C4;
}
.BgClassName
{
background-color: #9A95C4;
}
</style>
border-color css
<style>
span { border-color: #9A95C4; }
span { border-color: rgb(154,149,196); }
td.TdClassName
{
border-color: #9A95C4;
}
.TagClassName
{
border-color: #9A95C4;
}
</style>