Shades of Blue Bell #9499CB
Tints of Blue Bell #9499CB
RGB
CMYK
RGB Variations
Color information
#9499CB (or 0x9499CB) is known color: Blue Bell. HEX triplet: 94, 99 and CB. RGB value is (148,153,203). Sum of RGB (Red+Green+Blue) = 148+153+203=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #9499CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9499CB is #6B6634. Grayscale: #9D9D9D. Windows color (decimal): -7038517 or 13343124. OLE color: 13343124.
HSL color Cylindrical-coordinate representation of color #9499CB: hue angle of 234.55º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9499CB is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 153 | 203 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.20 |
| HSL | 234.55º | 0.35% | 0.69% | - |
| HSV(B) | 234.55º | 0.27% | 0.8% | - |
| XYZ | 34.38 | 33.39 | 61.13 | - |
| YUV | 157.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 203 | 0.27 | 0.25 | 0 | 0.20 | 234.55 | 0.35 | 0.69 |
| Hex | 94 | 99 | CB | 1B | 19 | 0 | 14 | EB | 23 | 45 |
| Octal | 224 | 231 | 313 | 33 | 31 | 0 | 24 | 353 | 43 | 105 |
| Binary | 10010100 | 10011001 | 11001011 | 11011 | 11001 | 0 | 10100 | 11101011 | 100011 | 1000101 |
Color Harmonies of #9499CB
Complementary color
Monochromatic Colors of #9499CB
Black with #9499CB
Text Example
Text Example
White with #9499CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9499CB; }
p { color: rgb(148,153,203); }
H1.HeaderClassName
{
color: #9499CB;
}
.AnyTagClassName
{
color: #9499CB;
}
</style>
background-color css
<style>
a { background-color: #9499CB; }
a { background-color: rgb(148,153,203); }
div.DivClassName
{
background-color: #9499CB;
}
.BgClassName
{
background-color: #9499CB;
}
</style>
border-color css
<style>
span { border-color: #9499CB; }
span { border-color: rgb(148,153,203); }
td.TdClassName
{
border-color: #9499CB;
}
.TagClassName
{
border-color: #9499CB;
}
</style>