Shades of Blue Bell #9795DD
Tints of Blue Bell #9795DD
RGB
CMYK
RGB Variations
Color information
#9795DD (or 0x9795DD) is known color: Blue Bell. HEX triplet: 97, 95 and DD. RGB value is (151,149,221). Sum of RGB (Red+Green+Blue) = 151+149+221=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #9795DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9795DD is #686A22. Grayscale: #9D9D9D. Windows color (decimal): -6842915 or 14521751. OLE color: 14521751.
HSL color Cylindrical-coordinate representation of color #9795DD: hue angle of 241.67º degrees, saturation: 0.51, 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 #9795DD is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 149 | 221 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.13 |
| HSL | 241.67º | 0.51% | 0.73% | - |
| HSV(B) | 241.67º | 0.33% | 0.87% | - |
| XYZ | 36.56 | 33.29 | 72.91 | - |
| YUV | 157.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 149 | 221 | 0.32 | 0.33 | 0 | 0.13 | 241.67 | 0.51 | 0.73 |
| Hex | 97 | 95 | DD | 20 | 21 | 0 | D | F2 | 33 | 49 |
| Octal | 227 | 225 | 335 | 40 | 41 | 0 | 15 | 362 | 63 | 111 |
| Binary | 10010111 | 10010101 | 11011101 | 100000 | 100001 | 0 | 1101 | 11110010 | 110011 | 1001001 |
Color Harmonies of #9795DD
Complementary color
Monochromatic Colors of #9795DD
Black with #9795DD
Text Example
Text Example
White with #9795DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9795DD; }
p { color: rgb(151,149,221); }
H1.HeaderClassName
{
color: #9795DD;
}
.AnyTagClassName
{
color: #9795DD;
}
</style>
background-color css
<style>
a { background-color: #9795DD; }
a { background-color: rgb(151,149,221); }
div.DivClassName
{
background-color: #9795DD;
}
.BgClassName
{
background-color: #9795DD;
}
</style>
border-color css
<style>
span { border-color: #9795DD; }
span { border-color: rgb(151,149,221); }
td.TdClassName
{
border-color: #9795DD;
}
.TagClassName
{
border-color: #9795DD;
}
</style>