Shades of Blue Bell #9198CB
Tints of Blue Bell #9198CB
RGB
CMYK
RGB Variations
Color information
#9198CB (or 0x9198CB) is known color: Blue Bell. HEX triplet: 91, 98 and CB. RGB value is (145,152,203). Sum of RGB (Red+Green+Blue) = 145+152+203=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #9198CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9198CB is #6E6734. Grayscale: #9B9B9B. Windows color (decimal): -7235381 or 13342865. OLE color: 13342865.
HSL color Cylindrical-coordinate representation of color #9198CB: hue angle of 232.76º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9198CB is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 152 | 203 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.20 |
| HSL | 232.76º | 0.36% | 0.68% | - |
| HSV(B) | 232.76º | 0.29% | 0.8% | - |
| XYZ | 33.68 | 32.79 | 61.05 | - |
| YUV | 155.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 203 | 0.29 | 0.25 | 0 | 0.20 | 232.76 | 0.36 | 0.68 |
| Hex | 91 | 98 | CB | 1D | 19 | 0 | 14 | E9 | 24 | 44 |
| Octal | 221 | 230 | 313 | 35 | 31 | 0 | 24 | 351 | 44 | 104 |
| Binary | 10010001 | 10011000 | 11001011 | 11101 | 11001 | 0 | 10100 | 11101001 | 100100 | 1000100 |
Color Harmonies of #9198CB
Complementary color
Monochromatic Colors of #9198CB
Black with #9198CB
Text Example
Text Example
White with #9198CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9198CB; }
p { color: rgb(145,152,203); }
H1.HeaderClassName
{
color: #9198CB;
}
.AnyTagClassName
{
color: #9198CB;
}
</style>
background-color css
<style>
a { background-color: #9198CB; }
a { background-color: rgb(145,152,203); }
div.DivClassName
{
background-color: #9198CB;
}
.BgClassName
{
background-color: #9198CB;
}
</style>
border-color css
<style>
span { border-color: #9198CB; }
span { border-color: rgb(145,152,203); }
td.TdClassName
{
border-color: #9198CB;
}
.TagClassName
{
border-color: #9198CB;
}
</style>