Shades of Blue Bell #9495C8
Tints of Blue Bell #9495C8
RGB
CMYK
RGB Variations
Color information
#9495C8 (or 0x9495C8) is known color: Blue Bell. HEX triplet: 94, 95 and C8. RGB value is (148,149,200). Sum of RGB (Red+Green+Blue) = 148+149+200=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 200 - color contains mainly: blue. Hex color #9495C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9495C8 is #6B6A37. Grayscale: #9A9A9A. Windows color (decimal): -7039544 or 13145492. OLE color: 13145492.
HSL color Cylindrical-coordinate representation of color #9495C8: hue angle of 238.85º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9495C8 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 149 | 200 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.22 |
| HSL | 238.85º | 0.32% | 0.68% | - |
| HSV(B) | 238.85º | 0.26% | 0.78% | - |
| XYZ | 33.39 | 31.96 | 59.05 | - |
| YUV | 154.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 200 | 0.26 | 0.26 | 0 | 0.22 | 238.85 | 0.32 | 0.68 |
| Hex | 94 | 95 | C8 | 1A | 1A | 0 | 16 | EF | 20 | 44 |
| Octal | 224 | 225 | 310 | 32 | 32 | 0 | 26 | 357 | 40 | 104 |
| Binary | 10010100 | 10010101 | 11001000 | 11010 | 11010 | 0 | 10110 | 11101111 | 100000 | 1000100 |
Color Harmonies of #9495C8
Complementary color
Monochromatic Colors of #9495C8
Black with #9495C8
Text Example
Text Example
White with #9495C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9495C8; }
p { color: rgb(148,149,200); }
H1.HeaderClassName
{
color: #9495C8;
}
.AnyTagClassName
{
color: #9495C8;
}
</style>
background-color css
<style>
a { background-color: #9495C8; }
a { background-color: rgb(148,149,200); }
div.DivClassName
{
background-color: #9495C8;
}
.BgClassName
{
background-color: #9495C8;
}
</style>
border-color css
<style>
span { border-color: #9495C8; }
span { border-color: rgb(148,149,200); }
td.TdClassName
{
border-color: #9495C8;
}
.TagClassName
{
border-color: #9495C8;
}
</style>