Shades of Blue Bell #9798CB
Tints of Blue Bell #9798CB
RGB
CMYK
RGB Variations
Color information
#9798CB (or 0x9798CB) is known color: Blue Bell. HEX triplet: 97, 98 and CB. RGB value is (151,152,203). Sum of RGB (Red+Green+Blue) = 151+152+203=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #9798CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9798CB is #686734. Grayscale: #9D9D9D. Windows color (decimal): -6842165 or 13342871. OLE color: 13342871.
HSL color Cylindrical-coordinate representation of color #9798CB: hue angle of 238.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9798CB is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 152 | 203 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.20 |
| HSL | 238.85º | 0.33% | 0.69% | - |
| HSV(B) | 238.85º | 0.26% | 0.8% | - |
| XYZ | 34.77 | 33.35 | 61.1 | - |
| YUV | 157.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 203 | 0.26 | 0.25 | 0 | 0.20 | 238.85 | 0.33 | 0.69 |
| Hex | 97 | 98 | CB | 1A | 19 | 0 | 14 | EF | 21 | 45 |
| Octal | 227 | 230 | 313 | 32 | 31 | 0 | 24 | 357 | 41 | 105 |
| Binary | 10010111 | 10011000 | 11001011 | 11010 | 11001 | 0 | 10100 | 11101111 | 100001 | 1000101 |
Color Harmonies of #9798CB
Complementary color
Monochromatic Colors of #9798CB
Black with #9798CB
Text Example
Text Example
White with #9798CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9798CB; }
p { color: rgb(151,152,203); }
H1.HeaderClassName
{
color: #9798CB;
}
.AnyTagClassName
{
color: #9798CB;
}
</style>
background-color css
<style>
a { background-color: #9798CB; }
a { background-color: rgb(151,152,203); }
div.DivClassName
{
background-color: #9798CB;
}
.BgClassName
{
background-color: #9798CB;
}
</style>
border-color css
<style>
span { border-color: #9798CB; }
span { border-color: rgb(151,152,203); }
td.TdClassName
{
border-color: #9798CB;
}
.TagClassName
{
border-color: #9798CB;
}
</style>