Shades of Blue Bell #9696C8
Tints of Blue Bell #9696C8
RGB
CMYK
RGB Variations
Color information
#9696C8 (or 0x9696C8) is known color: Blue Bell. HEX triplet: 96, 96 and C8. RGB value is (150,150,200). Sum of RGB (Red+Green+Blue) = 150+150+200=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 200 (78.52% from 255 or 40% from 500); Max value from RGB is 200 - color contains mainly: blue. Hex color #9696C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9696C8 is #696937. Grayscale: #9B9B9B. Windows color (decimal): -6908216 or 13145750. OLE color: 13145750.
HSL color Cylindrical-coordinate representation of color #9696C8: hue angle of 240º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9696C8 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 150 | 200 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.22 |
| HSL | 240º | 0.31% | 0.69% | - |
| HSV(B) | 240º | 0.25% | 0.78% | - |
| XYZ | 33.91 | 32.47 | 59.12 | - |
| YUV | 155.7 | 153 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 200 | 0.25 | 0.25 | 0 | 0.22 | 240 | 0.31 | 0.69 |
| Hex | 96 | 96 | C8 | 19 | 19 | 0 | 16 | F0 | 1F | 45 |
| Octal | 226 | 226 | 310 | 31 | 31 | 0 | 26 | 360 | 37 | 105 |
| Binary | 10010110 | 10010110 | 11001000 | 11001 | 11001 | 0 | 10110 | 11110000 | 11111 | 1000101 |
Color Harmonies of #9696C8
Complementary color
Monochromatic Colors of #9696C8
Black with #9696C8
Text Example
Text Example
White with #9696C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9696C8; }
p { color: rgb(150,150,200); }
H1.HeaderClassName
{
color: #9696C8;
}
.AnyTagClassName
{
color: #9696C8;
}
</style>
background-color css
<style>
a { background-color: #9696C8; }
a { background-color: rgb(150,150,200); }
div.DivClassName
{
background-color: #9696C8;
}
.BgClassName
{
background-color: #9696C8;
}
</style>
border-color css
<style>
span { border-color: #9696C8; }
span { border-color: rgb(150,150,200); }
td.TdClassName
{
border-color: #9696C8;
}
.TagClassName
{
border-color: #9696C8;
}
</style>