Shades of Blue Bell #9899CA
Tints of Blue Bell #9899CA
RGB
CMYK
RGB Variations
Color information
#9899CA (or 0x9899CA) is known color: Blue Bell. HEX triplet: 98, 99 and CA. RGB value is (152,153,202). Sum of RGB (Red+Green+Blue) = 152+153+202=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #9899CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899CA is #676635. Grayscale: #9E9E9E. Windows color (decimal): -6776374 or 13277592. OLE color: 13277592.
HSL color Cylindrical-coordinate representation of color #9899CA: hue angle of 238.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9899CA is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 153 | 202 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.21 |
| HSL | 238.8º | 0.32% | 0.69% | - |
| HSV(B) | 238.8º | 0.25% | 0.79% | - |
| XYZ | 35 | 33.72 | 60.54 | - |
| YUV | 158.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 202 | 0.25 | 0.24 | 0 | 0.21 | 238.8 | 0.32 | 0.69 |
| Hex | 98 | 99 | CA | 19 | 18 | 0 | 15 | EF | 20 | 45 |
| Octal | 230 | 231 | 312 | 31 | 30 | 0 | 25 | 357 | 40 | 105 |
| Binary | 10011000 | 10011001 | 11001010 | 11001 | 11000 | 0 | 10101 | 11101111 | 100000 | 1000101 |
Color Harmonies of #9899CA
Complementary color
Monochromatic Colors of #9899CA
Black with #9899CA
Text Example
Text Example
White with #9899CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899CA; }
p { color: rgb(152,153,202); }
H1.HeaderClassName
{
color: #9899CA;
}
.AnyTagClassName
{
color: #9899CA;
}
</style>
background-color css
<style>
a { background-color: #9899CA; }
a { background-color: rgb(152,153,202); }
div.DivClassName
{
background-color: #9899CA;
}
.BgClassName
{
background-color: #9899CA;
}
</style>
border-color css
<style>
span { border-color: #9899CA; }
span { border-color: rgb(152,153,202); }
td.TdClassName
{
border-color: #9899CA;
}
.TagClassName
{
border-color: #9899CA;
}
</style>