Shades of Blue Bell #9495CE
Tints of Blue Bell #9495CE
RGB
CMYK
RGB Variations
Color information
#9495CE (or 0x9495CE) is known color: Blue Bell. HEX triplet: 94, 95 and CE. RGB value is (148,149,206). Sum of RGB (Red+Green+Blue) = 148+149+206=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #9495CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9495CE is #6B6A31. Grayscale: #9A9A9A. Windows color (decimal): -7039538 or 13538708. OLE color: 13538708.
HSL color Cylindrical-coordinate representation of color #9495CE: hue angle of 238.97º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9495CE is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 149 | 206 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.19 |
| HSL | 238.97º | 0.37% | 0.69% | - |
| HSV(B) | 238.97º | 0.28% | 0.81% | - |
| XYZ | 34.1 | 32.25 | 62.82 | - |
| YUV | 155.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 206 | 0.28 | 0.28 | 0 | 0.19 | 238.97 | 0.37 | 0.69 |
| Hex | 94 | 95 | CE | 1C | 1C | 0 | 13 | EF | 25 | 45 |
| Octal | 224 | 225 | 316 | 34 | 34 | 0 | 23 | 357 | 45 | 105 |
| Binary | 10010100 | 10010101 | 11001110 | 11100 | 11100 | 0 | 10011 | 11101111 | 100101 | 1000101 |
Color Harmonies of #9495CE
Complementary color
Monochromatic Colors of #9495CE
Black with #9495CE
Text Example
Text Example
White with #9495CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9495CE; }
p { color: rgb(148,149,206); }
H1.HeaderClassName
{
color: #9495CE;
}
.AnyTagClassName
{
color: #9495CE;
}
</style>
background-color css
<style>
a { background-color: #9495CE; }
a { background-color: rgb(148,149,206); }
div.DivClassName
{
background-color: #9495CE;
}
.BgClassName
{
background-color: #9495CE;
}
</style>
border-color css
<style>
span { border-color: #9495CE; }
span { border-color: rgb(148,149,206); }
td.TdClassName
{
border-color: #9495CE;
}
.TagClassName
{
border-color: #9495CE;
}
</style>