Shades of Blue Bell #9295CC
Tints of Blue Bell #9295CC
RGB
CMYK
RGB Variations
Color information
#9295CC (or 0x9295CC) is known color: Blue Bell. HEX triplet: 92, 95 and CC. RGB value is (146,149,204). Sum of RGB (Red+Green+Blue) = 146+149+204=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #9295CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9295CC is #6D6A33. Grayscale: #9A9A9A. Windows color (decimal): -7170612 or 13407634. OLE color: 13407634.
HSL color Cylindrical-coordinate representation of color #9295CC: hue angle of 236.9º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9295CC is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 149 | 204 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.2 |
| HSL | 236.9º | 0.36% | 0.69% | - |
| HSV(B) | 236.9º | 0.28% | 0.8% | - |
| XYZ | 33.5 | 31.97 | 61.53 | - |
| YUV | 154.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 204 | 0.28 | 0.27 | 0 | 0.2 | 236.9 | 0.36 | 0.69 |
| Hex | 92 | 95 | CC | 1C | 1B | 0 | 14 | ED | 24 | 45 |
| Octal | 222 | 225 | 314 | 34 | 33 | 0 | 24 | 355 | 44 | 105 |
| Binary | 10010010 | 10010101 | 11001100 | 11100 | 11011 | 0 | 10100 | 11101101 | 100100 | 1000101 |
Color Harmonies of #9295CC
Complementary color
Monochromatic Colors of #9295CC
Black with #9295CC
Text Example
Text Example
White with #9295CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9295CC; }
p { color: rgb(146,149,204); }
H1.HeaderClassName
{
color: #9295CC;
}
.AnyTagClassName
{
color: #9295CC;
}
</style>
background-color css
<style>
a { background-color: #9295CC; }
a { background-color: rgb(146,149,204); }
div.DivClassName
{
background-color: #9295CC;
}
.BgClassName
{
background-color: #9295CC;
}
</style>
border-color css
<style>
span { border-color: #9295CC; }
span { border-color: rgb(146,149,204); }
td.TdClassName
{
border-color: #9295CC;
}
.TagClassName
{
border-color: #9295CC;
}
</style>