Shades of Blue Bell #9698CE
Tints of Blue Bell #9698CE
RGB
CMYK
RGB Variations
Color information
#9698CE (or 0x9698CE) is known color: Blue Bell. HEX triplet: 96, 98 and CE. RGB value is (150,152,206). Sum of RGB (Red+Green+Blue) = 150+152+206=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #9698CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9698CE is #696731. Grayscale: #9D9D9D. Windows color (decimal): -6907698 or 13539478. OLE color: 13539478.
HSL color Cylindrical-coordinate representation of color #9698CE: hue angle of 237.86º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9698CE is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 152 | 206 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.19 |
| HSL | 237.86º | 0.36% | 0.7% | - |
| HSV(B) | 237.86º | 0.27% | 0.81% | - |
| XYZ | 34.95 | 33.4 | 63 | - |
| YUV | 157.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 206 | 0.27 | 0.26 | 0 | 0.19 | 237.86 | 0.36 | 0.7 |
| Hex | 96 | 98 | CE | 1B | 1A | 0 | 13 | EE | 24 | 46 |
| Octal | 226 | 230 | 316 | 33 | 32 | 0 | 23 | 356 | 44 | 106 |
| Binary | 10010110 | 10011000 | 11001110 | 11011 | 11010 | 0 | 10011 | 11101110 | 100100 | 1000110 |
Color Harmonies of #9698CE
Complementary color
Monochromatic Colors of #9698CE
Black with #9698CE
Text Example
Text Example
White with #9698CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9698CE; }
p { color: rgb(150,152,206); }
H1.HeaderClassName
{
color: #9698CE;
}
.AnyTagClassName
{
color: #9698CE;
}
</style>
background-color css
<style>
a { background-color: #9698CE; }
a { background-color: rgb(150,152,206); }
div.DivClassName
{
background-color: #9698CE;
}
.BgClassName
{
background-color: #9698CE;
}
</style>
border-color css
<style>
span { border-color: #9698CE; }
span { border-color: rgb(150,152,206); }
td.TdClassName
{
border-color: #9698CE;
}
.TagClassName
{
border-color: #9698CE;
}
</style>