Shades of Blue Bell #9295C1
Tints of Blue Bell #9295C1
RGB
CMYK
RGB Variations
Color information
#9295C1 (or 0x9295C1) is known color: Blue Bell. HEX triplet: 92, 95 and C1. RGB value is (146,149,193). Sum of RGB (Red+Green+Blue) = 146+149+193=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #9295C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9295C1 is #6D6A3E. Grayscale: #989898. Windows color (decimal): -7170623 or 12686738. OLE color: 12686738.
HSL color Cylindrical-coordinate representation of color #9295C1: hue angle of 236.17º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9295C1 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 149 | 193 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.24 |
| HSL | 236.17º | 0.27% | 0.66% | - |
| HSV(B) | 236.17º | 0.24% | 0.76% | - |
| XYZ | 32.23 | 31.46 | 54.83 | - |
| YUV | 153.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 193 | 0.24 | 0.23 | 0 | 0.24 | 236.17 | 0.27 | 0.66 |
| Hex | 92 | 95 | C1 | 18 | 17 | 0 | 18 | EC | 1B | 42 |
| Octal | 222 | 225 | 301 | 30 | 27 | 0 | 30 | 354 | 33 | 102 |
| Binary | 10010010 | 10010101 | 11000001 | 11000 | 10111 | 0 | 11000 | 11101100 | 11011 | 1000010 |
Color Harmonies of #9295C1
Complementary color
Monochromatic Colors of #9295C1
Black with #9295C1
Text Example
Text Example
White with #9295C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9295C1; }
p { color: rgb(146,149,193); }
H1.HeaderClassName
{
color: #9295C1;
}
.AnyTagClassName
{
color: #9295C1;
}
</style>
background-color css
<style>
a { background-color: #9295C1; }
a { background-color: rgb(146,149,193); }
div.DivClassName
{
background-color: #9295C1;
}
.BgClassName
{
background-color: #9295C1;
}
</style>
border-color css
<style>
span { border-color: #9295C1; }
span { border-color: rgb(146,149,193); }
td.TdClassName
{
border-color: #9295C1;
}
.TagClassName
{
border-color: #9295C1;
}
</style>