Shades of Blue Bell #9795DE
Tints of Blue Bell #9795DE
RGB
CMYK
RGB Variations
Color information
#9795DE (or 0x9795DE) is known color: Blue Bell. HEX triplet: 97, 95 and DE. RGB value is (151,149,222). Sum of RGB (Red+Green+Blue) = 151+149+222=522 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.93% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #9795DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9795DE is #686A21. Grayscale: #9D9D9D. Windows color (decimal): -6842914 or 14587287. OLE color: 14587287.
HSL color Cylindrical-coordinate representation of color #9795DE: hue angle of 241.64º degrees, saturation: 0.53, 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 #9795DE is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 149 | 222 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.13 |
| HSL | 241.64º | 0.53% | 0.73% | - |
| HSV(B) | 241.64º | 0.33% | 0.87% | - |
| XYZ | 36.69 | 33.35 | 73.61 | - |
| YUV | 157.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 149 | 222 | 0.32 | 0.33 | 0 | 0.13 | 241.64 | 0.53 | 0.73 |
| Hex | 97 | 95 | DE | 20 | 21 | 0 | D | F2 | 35 | 49 |
| Octal | 227 | 225 | 336 | 40 | 41 | 0 | 15 | 362 | 65 | 111 |
| Binary | 10010111 | 10010101 | 11011110 | 100000 | 100001 | 0 | 1101 | 11110010 | 110101 | 1001001 |
Color Harmonies of #9795DE
Complementary color
Monochromatic Colors of #9795DE
Black with #9795DE
Text Example
Text Example
White with #9795DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9795DE; }
p { color: rgb(151,149,222); }
H1.HeaderClassName
{
color: #9795DE;
}
.AnyTagClassName
{
color: #9795DE;
}
</style>
background-color css
<style>
a { background-color: #9795DE; }
a { background-color: rgb(151,149,222); }
div.DivClassName
{
background-color: #9795DE;
}
.BgClassName
{
background-color: #9795DE;
}
</style>
border-color css
<style>
span { border-color: #9795DE; }
span { border-color: rgb(151,149,222); }
td.TdClassName
{
border-color: #9795DE;
}
.TagClassName
{
border-color: #9795DE;
}
</style>