Shades of Blue Bell #9698CA
Tints of Blue Bell #9698CA
RGB
CMYK
RGB Variations
Color information
#9698CA (or 0x9698CA) is known color: Blue Bell. HEX triplet: 96, 98 and CA. RGB value is (150,152,202). Sum of RGB (Red+Green+Blue) = 150+152+202=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #9698CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9698CA is #696735. Grayscale: #9C9C9C. Windows color (decimal): -6907702 or 13277334. OLE color: 13277334.
HSL color Cylindrical-coordinate representation of color #9698CA: hue angle of 237.69º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9698CA is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 152 | 202 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.21 |
| HSL | 237.69º | 0.33% | 0.69% | - |
| HSV(B) | 237.69º | 0.26% | 0.79% | - |
| XYZ | 34.47 | 33.2 | 60.47 | - |
| YUV | 157.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 202 | 0.26 | 0.25 | 0 | 0.21 | 237.69 | 0.33 | 0.69 |
| Hex | 96 | 98 | CA | 1A | 19 | 0 | 15 | EE | 21 | 45 |
| Octal | 226 | 230 | 312 | 32 | 31 | 0 | 25 | 356 | 41 | 105 |
| Binary | 10010110 | 10011000 | 11001010 | 11010 | 11001 | 0 | 10101 | 11101110 | 100001 | 1000101 |
Color Harmonies of #9698CA
Complementary color
Monochromatic Colors of #9698CA
Black with #9698CA
Text Example
Text Example
White with #9698CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9698CA; }
p { color: rgb(150,152,202); }
H1.HeaderClassName
{
color: #9698CA;
}
.AnyTagClassName
{
color: #9698CA;
}
</style>
background-color css
<style>
a { background-color: #9698CA; }
a { background-color: rgb(150,152,202); }
div.DivClassName
{
background-color: #9698CA;
}
.BgClassName
{
background-color: #9698CA;
}
</style>
border-color css
<style>
span { border-color: #9698CA; }
span { border-color: rgb(150,152,202); }
td.TdClassName
{
border-color: #9698CA;
}
.TagClassName
{
border-color: #9698CA;
}
</style>