Shades of Blue Bell #9892CB
Tints of Blue Bell #9892CB
RGB
CMYK
RGB Variations
Color information
#9892CB (or 0x9892CB) is known color: Blue Bell. HEX triplet: 98, 92 and CB. RGB value is (152,146,203). Sum of RGB (Red+Green+Blue) = 152+146+203=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #9892CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9892CB is #676D34. Grayscale: #9A9A9A. Windows color (decimal): -6778165 or 13341336. OLE color: 13341336.
HSL color Cylindrical-coordinate representation of color #9892CB: hue angle of 246.32º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9892CB is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 146 | 203 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.20 |
| HSL | 246.32º | 0.35% | 0.68% | - |
| HSV(B) | 246.32º | 0.28% | 0.8% | - |
| XYZ | 34.01 | 31.54 | 60.8 | - |
| YUV | 154.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 203 | 0.25 | 0.28 | 0 | 0.20 | 246.32 | 0.35 | 0.68 |
| Hex | 98 | 92 | CB | 19 | 1C | 0 | 14 | F6 | 23 | 44 |
| Octal | 230 | 222 | 313 | 31 | 34 | 0 | 24 | 366 | 43 | 104 |
| Binary | 10011000 | 10010010 | 11001011 | 11001 | 11100 | 0 | 10100 | 11110110 | 100011 | 1000100 |
Color Harmonies of #9892CB
Complementary color
Monochromatic Colors of #9892CB
Black with #9892CB
Text Example
Text Example
White with #9892CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9892CB; }
p { color: rgb(152,146,203); }
H1.HeaderClassName
{
color: #9892CB;
}
.AnyTagClassName
{
color: #9892CB;
}
</style>
background-color css
<style>
a { background-color: #9892CB; }
a { background-color: rgb(152,146,203); }
div.DivClassName
{
background-color: #9892CB;
}
.BgClassName
{
background-color: #9892CB;
}
</style>
border-color css
<style>
span { border-color: #9892CB; }
span { border-color: rgb(152,146,203); }
td.TdClassName
{
border-color: #9892CB;
}
.TagClassName
{
border-color: #9892CB;
}
</style>