Shades of Blue Bell #9592DC
Tints of Blue Bell #9592DC
RGB
CMYK
RGB Variations
Color information
#9592DC (or 0x9592DC) is known color: Blue Bell. HEX triplet: 95, 92 and DC. RGB value is (149,146,220). Sum of RGB (Red+Green+Blue) = 149+146+220=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #9592DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9592DC is #6A6D23. Grayscale: #9B9B9B. Windows color (decimal): -6974756 or 14455445. OLE color: 14455445.
HSL color Cylindrical-coordinate representation of color #9592DC: hue angle of 242.43º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9592DC is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 146 | 220 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.14 |
| HSL | 242.43º | 0.51% | 0.72% | - |
| HSV(B) | 242.43º | 0.34% | 0.86% | - |
| XYZ | 35.59 | 32.11 | 72.03 | - |
| YUV | 155.33 | 164.49 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 220 | 0.32 | 0.34 | 0 | 0.14 | 242.43 | 0.51 | 0.72 |
| Hex | 95 | 92 | DC | 20 | 22 | 0 | E | F2 | 33 | 48 |
| Octal | 225 | 222 | 334 | 40 | 42 | 0 | 16 | 362 | 63 | 110 |
| Binary | 10010101 | 10010010 | 11011100 | 100000 | 100010 | 0 | 1110 | 11110010 | 110011 | 1001000 |
Color Harmonies of #9592DC
Complementary color
Monochromatic Colors of #9592DC
Black with #9592DC
Text Example
Text Example
White with #9592DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9592DC; }
p { color: rgb(149,146,220); }
H1.HeaderClassName
{
color: #9592DC;
}
.AnyTagClassName
{
color: #9592DC;
}
</style>
background-color css
<style>
a { background-color: #9592DC; }
a { background-color: rgb(149,146,220); }
div.DivClassName
{
background-color: #9592DC;
}
.BgClassName
{
background-color: #9592DC;
}
</style>
border-color css
<style>
span { border-color: #9592DC; }
span { border-color: rgb(149,146,220); }
td.TdClassName
{
border-color: #9592DC;
}
.TagClassName
{
border-color: #9592DC;
}
</style>