Shades of Blue Bell #9698D1
Tints of Blue Bell #9698D1
RGB
CMYK
RGB Variations
Color information
#9698D1 (or 0x9698D1) is known color: Blue Bell. HEX triplet: 96, 98 and D1. RGB value is (150,152,209). Sum of RGB (Red+Green+Blue) = 150+152+209=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #9698D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9698D1 is #69672E. Grayscale: #9D9D9D. Windows color (decimal): -6907695 or 13736086. OLE color: 13736086.
HSL color Cylindrical-coordinate representation of color #9698D1: hue angle of 237.97º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9698D1 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 152 | 209 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.18 |
| HSL | 237.97º | 0.39% | 0.7% | - |
| HSV(B) | 237.97º | 0.28% | 0.82% | - |
| XYZ | 35.31 | 33.54 | 64.93 | - |
| YUV | 157.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 209 | 0.28 | 0.27 | 0 | 0.18 | 237.97 | 0.39 | 0.7 |
| Hex | 96 | 98 | D1 | 1C | 1B | 0 | 12 | EE | 27 | 46 |
| Octal | 226 | 230 | 321 | 34 | 33 | 0 | 22 | 356 | 47 | 106 |
| Binary | 10010110 | 10011000 | 11010001 | 11100 | 11011 | 0 | 10010 | 11101110 | 100111 | 1000110 |
Color Harmonies of #9698D1
Complementary color
Monochromatic Colors of #9698D1
Black with #9698D1
Text Example
Text Example
White with #9698D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9698D1; }
p { color: rgb(150,152,209); }
H1.HeaderClassName
{
color: #9698D1;
}
.AnyTagClassName
{
color: #9698D1;
}
</style>
background-color css
<style>
a { background-color: #9698D1; }
a { background-color: rgb(150,152,209); }
div.DivClassName
{
background-color: #9698D1;
}
.BgClassName
{
background-color: #9698D1;
}
</style>
border-color css
<style>
span { border-color: #9698D1; }
span { border-color: rgb(150,152,209); }
td.TdClassName
{
border-color: #9698D1;
}
.TagClassName
{
border-color: #9698D1;
}
</style>