Shades of Blue Bell #9695DF
Tints of Blue Bell #9695DF
RGB
CMYK
RGB Variations
Color information
#9695DF (or 0x9695DF) is known color: Blue Bell. HEX triplet: 96, 95 and DF. RGB value is (150,149,223). Sum of RGB (Red+Green+Blue) = 150+149+223=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #9695DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9695DF is #696A20. Grayscale: #9D9D9D. Windows color (decimal): -6908449 or 14652822. OLE color: 14652822.
HSL color Cylindrical-coordinate representation of color #9695DF: hue angle of 240.81º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9695DF is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 149 | 223 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.13 |
| HSL | 240.81º | 0.54% | 0.73% | - |
| HSV(B) | 240.81º | 0.33% | 0.87% | - |
| XYZ | 36.64 | 33.31 | 74.31 | - |
| YUV | 157.74 | 164.83 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 223 | 0.33 | 0.33 | 0 | 0.13 | 240.81 | 0.54 | 0.73 |
| Hex | 96 | 95 | DF | 21 | 21 | 0 | D | F1 | 36 | 49 |
| Octal | 226 | 225 | 337 | 41 | 41 | 0 | 15 | 361 | 66 | 111 |
| Binary | 10010110 | 10010101 | 11011111 | 100001 | 100001 | 0 | 1101 | 11110001 | 110110 | 1001001 |
Color Harmonies of #9695DF
Complementary color
Monochromatic Colors of #9695DF
Black with #9695DF
Text Example
Text Example
White with #9695DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9695DF; }
p { color: rgb(150,149,223); }
H1.HeaderClassName
{
color: #9695DF;
}
.AnyTagClassName
{
color: #9695DF;
}
</style>
background-color css
<style>
a { background-color: #9695DF; }
a { background-color: rgb(150,149,223); }
div.DivClassName
{
background-color: #9695DF;
}
.BgClassName
{
background-color: #9695DF;
}
</style>
border-color css
<style>
span { border-color: #9695DF; }
span { border-color: rgb(150,149,223); }
td.TdClassName
{
border-color: #9695DF;
}
.TagClassName
{
border-color: #9695DF;
}
</style>