Shades of Blue Bell #9795DC
Tints of Blue Bell #9795DC
RGB
CMYK
RGB Variations
Color information
#9795DC (or 0x9795DC) is known color: Blue Bell. HEX triplet: 97, 95 and DC. RGB value is (151,149,220). Sum of RGB (Red+Green+Blue) = 151+149+220=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #9795DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9795DC is #686A23. Grayscale: #9D9D9D. Windows color (decimal): -6842916 or 14456215. OLE color: 14456215.
HSL color Cylindrical-coordinate representation of color #9795DC: hue angle of 241.69º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9795DC is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 149 | 220 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.14 |
| HSL | 241.69º | 0.5% | 0.72% | - |
| HSV(B) | 241.69º | 0.32% | 0.86% | - |
| XYZ | 36.43 | 33.24 | 72.21 | - |
| YUV | 157.69 | 163.16 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 149 | 220 | 0.31 | 0.32 | 0 | 0.14 | 241.69 | 0.5 | 0.72 |
| Hex | 97 | 95 | DC | 1F | 20 | 0 | E | F2 | 32 | 48 |
| Octal | 227 | 225 | 334 | 37 | 40 | 0 | 16 | 362 | 62 | 110 |
| Binary | 10010111 | 10010101 | 11011100 | 11111 | 100000 | 0 | 1110 | 11110010 | 110010 | 1001000 |
Color Harmonies of #9795DC
Complementary color
Monochromatic Colors of #9795DC
Black with #9795DC
Text Example
Text Example
White with #9795DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9795DC; }
p { color: rgb(151,149,220); }
H1.HeaderClassName
{
color: #9795DC;
}
.AnyTagClassName
{
color: #9795DC;
}
</style>
background-color css
<style>
a { background-color: #9795DC; }
a { background-color: rgb(151,149,220); }
div.DivClassName
{
background-color: #9795DC;
}
.BgClassName
{
background-color: #9795DC;
}
</style>
border-color css
<style>
span { border-color: #9795DC; }
span { border-color: rgb(151,149,220); }
td.TdClassName
{
border-color: #9795DC;
}
.TagClassName
{
border-color: #9795DC;
}
</style>