Shades of Blue Bell #9892CC
Tints of Blue Bell #9892CC
RGB
CMYK
RGB Variations
Color information
#9892CC (or 0x9892CC) is known color: Blue Bell. HEX triplet: 98, 92 and CC. RGB value is (152,146,204). Sum of RGB (Red+Green+Blue) = 152+146+204=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #9892CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9892CC is #676D33. Grayscale: #9A9A9A. Windows color (decimal): -6778164 or 13406872. OLE color: 13406872.
HSL color Cylindrical-coordinate representation of color #9892CC: hue angle of 246.21º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9892CC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 146 | 204 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.2 |
| HSL | 246.21º | 0.36% | 0.69% | - |
| HSV(B) | 246.21º | 0.28% | 0.8% | - |
| XYZ | 34.13 | 31.59 | 61.43 | - |
| YUV | 154.41 | 155.99 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 204 | 0.25 | 0.28 | 0 | 0.2 | 246.21 | 0.36 | 0.69 |
| Hex | 98 | 92 | CC | 19 | 1C | 0 | 14 | F6 | 24 | 45 |
| Octal | 230 | 222 | 314 | 31 | 34 | 0 | 24 | 366 | 44 | 105 |
| Binary | 10011000 | 10010010 | 11001100 | 11001 | 11100 | 0 | 10100 | 11110110 | 100100 | 1000101 |
Color Harmonies of #9892CC
Complementary color
Monochromatic Colors of #9892CC
Black with #9892CC
Text Example
Text Example
White with #9892CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9892CC; }
p { color: rgb(152,146,204); }
H1.HeaderClassName
{
color: #9892CC;
}
.AnyTagClassName
{
color: #9892CC;
}
</style>
background-color css
<style>
a { background-color: #9892CC; }
a { background-color: rgb(152,146,204); }
div.DivClassName
{
background-color: #9892CC;
}
.BgClassName
{
background-color: #9892CC;
}
</style>
border-color css
<style>
span { border-color: #9892CC; }
span { border-color: rgb(152,146,204); }
td.TdClassName
{
border-color: #9892CC;
}
.TagClassName
{
border-color: #9892CC;
}
</style>