Shades of Blue Bell #9694CF
Tints of Blue Bell #9694CF
RGB
CMYK
RGB Variations
Color information
#9694CF (or 0x9694CF) is known color: Blue Bell. HEX triplet: 96, 94 and CF. RGB value is (150,148,207). Sum of RGB (Red+Green+Blue) = 150+148+207=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #9694CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9694CF is #696B30. Grayscale: #9B9B9B. Windows color (decimal): -6908721 or 13603990. OLE color: 13603990.
HSL color Cylindrical-coordinate representation of color #9694CF: hue angle of 242.03º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9694CF is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 148 | 207 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.19 |
| HSL | 242.03º | 0.38% | 0.7% | - |
| HSV(B) | 242.03º | 0.29% | 0.81% | - |
| XYZ | 34.43 | 32.17 | 63.43 | - |
| YUV | 155.32 | 157.16 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 207 | 0.28 | 0.29 | 0 | 0.19 | 242.03 | 0.38 | 0.7 |
| Hex | 96 | 94 | CF | 1C | 1D | 0 | 13 | F2 | 26 | 46 |
| Octal | 226 | 224 | 317 | 34 | 35 | 0 | 23 | 362 | 46 | 106 |
| Binary | 10010110 | 10010100 | 11001111 | 11100 | 11101 | 0 | 10011 | 11110010 | 100110 | 1000110 |
Color Harmonies of #9694CF
Complementary color
Monochromatic Colors of #9694CF
Black with #9694CF
Text Example
Text Example
White with #9694CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9694CF; }
p { color: rgb(150,148,207); }
H1.HeaderClassName
{
color: #9694CF;
}
.AnyTagClassName
{
color: #9694CF;
}
</style>
background-color css
<style>
a { background-color: #9694CF; }
a { background-color: rgb(150,148,207); }
div.DivClassName
{
background-color: #9694CF;
}
.BgClassName
{
background-color: #9694CF;
}
</style>
border-color css
<style>
span { border-color: #9694CF; }
span { border-color: rgb(150,148,207); }
td.TdClassName
{
border-color: #9694CF;
}
.TagClassName
{
border-color: #9694CF;
}
</style>