Shades of Blue Bell #9692DF
Tints of Blue Bell #9692DF
RGB
CMYK
RGB Variations
Color information
#9692DF (or 0x9692DF) is known color: Blue Bell. HEX triplet: 96, 92 and DF. RGB value is (150,146,223). Sum of RGB (Red+Green+Blue) = 150+146+223=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #9692DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9692DF is #696D20. Grayscale: #9B9B9B. Windows color (decimal): -6909217 or 14652054. OLE color: 14652054.
HSL color Cylindrical-coordinate representation of color #9692DF: hue angle of 243.12º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9692DF is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 146 | 223 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.13 |
| HSL | 243.12º | 0.55% | 0.72% | - |
| HSV(B) | 243.12º | 0.35% | 0.87% | - |
| XYZ | 36.18 | 32.37 | 74.15 | - |
| YUV | 155.97 | 165.83 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 223 | 0.33 | 0.35 | 0 | 0.13 | 243.12 | 0.55 | 0.72 |
| Hex | 96 | 92 | DF | 21 | 23 | 0 | D | F3 | 37 | 48 |
| Octal | 226 | 222 | 337 | 41 | 43 | 0 | 15 | 363 | 67 | 110 |
| Binary | 10010110 | 10010010 | 11011111 | 100001 | 100011 | 0 | 1101 | 11110011 | 110111 | 1001000 |
Color Harmonies of #9692DF
Complementary color
Monochromatic Colors of #9692DF
Black with #9692DF
Text Example
Text Example
White with #9692DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9692DF; }
p { color: rgb(150,146,223); }
H1.HeaderClassName
{
color: #9692DF;
}
.AnyTagClassName
{
color: #9692DF;
}
</style>
background-color css
<style>
a { background-color: #9692DF; }
a { background-color: rgb(150,146,223); }
div.DivClassName
{
background-color: #9692DF;
}
.BgClassName
{
background-color: #9692DF;
}
</style>
border-color css
<style>
span { border-color: #9692DF; }
span { border-color: rgb(150,146,223); }
td.TdClassName
{
border-color: #9692DF;
}
.TagClassName
{
border-color: #9692DF;
}
</style>