Shades of Blue Bell #9892CF
Tints of Blue Bell #9892CF
RGB
CMYK
RGB Variations
Color information
#9892CF (or 0x9892CF) is known color: Blue Bell. HEX triplet: 98, 92 and CF. RGB value is (152,146,207). Sum of RGB (Red+Green+Blue) = 152+146+207=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #9892CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9892CF is #676D30. Grayscale: #9A9A9A. Windows color (decimal): -6778161 or 13603480. OLE color: 13603480.
HSL color Cylindrical-coordinate representation of color #9892CF: hue angle of 245.9º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9892CF is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 146 | 207 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.19 |
| HSL | 245.9º | 0.39% | 0.69% | - |
| HSV(B) | 245.9º | 0.29% | 0.81% | - |
| XYZ | 34.49 | 31.74 | 63.34 | - |
| YUV | 154.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 207 | 0.27 | 0.29 | 0 | 0.19 | 245.9 | 0.39 | 0.69 |
| Hex | 98 | 92 | CF | 1B | 1D | 0 | 13 | F6 | 27 | 45 |
| Octal | 230 | 222 | 317 | 33 | 35 | 0 | 23 | 366 | 47 | 105 |
| Binary | 10011000 | 10010010 | 11001111 | 11011 | 11101 | 0 | 10011 | 11110110 | 100111 | 1000101 |
Color Harmonies of #9892CF
Complementary color
Monochromatic Colors of #9892CF
Black with #9892CF
Text Example
Text Example
White with #9892CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9892CF; }
p { color: rgb(152,146,207); }
H1.HeaderClassName
{
color: #9892CF;
}
.AnyTagClassName
{
color: #9892CF;
}
</style>
background-color css
<style>
a { background-color: #9892CF; }
a { background-color: rgb(152,146,207); }
div.DivClassName
{
background-color: #9892CF;
}
.BgClassName
{
background-color: #9892CF;
}
</style>
border-color css
<style>
span { border-color: #9892CF; }
span { border-color: rgb(152,146,207); }
td.TdClassName
{
border-color: #9892CF;
}
.TagClassName
{
border-color: #9892CF;
}
</style>