Shades of Blue Bell #9592DB
Tints of Blue Bell #9592DB
RGB
CMYK
RGB Variations
Color information
#9592DB (or 0x9592DB) is known color: Blue Bell. HEX triplet: 95, 92 and DB. RGB value is (149,146,219). Sum of RGB (Red+Green+Blue) = 149+146+219=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #9592DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9592DB is #6A6D24. Grayscale: #9A9A9A. Windows color (decimal): -6974757 or 14389909. OLE color: 14389909.
HSL color Cylindrical-coordinate representation of color #9592DB: hue angle of 242.47º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9592DB is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 146 | 219 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.14 |
| HSL | 242.47º | 0.5% | 0.72% | - |
| HSV(B) | 242.47º | 0.33% | 0.86% | - |
| XYZ | 35.46 | 32.06 | 71.34 | - |
| YUV | 155.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 219 | 0.32 | 0.33 | 0 | 0.14 | 242.47 | 0.5 | 0.72 |
| Hex | 95 | 92 | DB | 20 | 21 | 0 | E | F2 | 32 | 48 |
| Octal | 225 | 222 | 333 | 40 | 41 | 0 | 16 | 362 | 62 | 110 |
| Binary | 10010101 | 10010010 | 11011011 | 100000 | 100001 | 0 | 1110 | 11110010 | 110010 | 1001000 |
Color Harmonies of #9592DB
Complementary color
Monochromatic Colors of #9592DB
Black with #9592DB
Text Example
Text Example
White with #9592DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9592DB; }
p { color: rgb(149,146,219); }
H1.HeaderClassName
{
color: #9592DB;
}
.AnyTagClassName
{
color: #9592DB;
}
</style>
background-color css
<style>
a { background-color: #9592DB; }
a { background-color: rgb(149,146,219); }
div.DivClassName
{
background-color: #9592DB;
}
.BgClassName
{
background-color: #9592DB;
}
</style>
border-color css
<style>
span { border-color: #9592DB; }
span { border-color: rgb(149,146,219); }
td.TdClassName
{
border-color: #9592DB;
}
.TagClassName
{
border-color: #9592DB;
}
</style>