Shades of Blue Bell #9A8BDF
Tints of Blue Bell #9A8BDF
RGB
CMYK
RGB Variations
Color information
#9A8BDF (or 0x9A8BDF) is known color: Blue Bell. HEX triplet: 9A, 8B and DF. RGB value is (154,139,223). Sum of RGB (Red+Green+Blue) = 154+139+223=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A8BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BDF is #657420. Grayscale: #989898. Windows color (decimal): -6648865 or 14650266. OLE color: 14650266.
HSL color Cylindrical-coordinate representation of color #9A8BDF: hue angle of 250.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A8BDF is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 139 | 223 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.13 |
| HSL | 250.71º | 0.57% | 0.71% | - |
| HSV(B) | 250.71º | 0.38% | 0.87% | - |
| XYZ | 35.88 | 30.66 | 73.84 | - |
| YUV | 153.06 | 167.47 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 223 | 0.31 | 0.38 | 0 | 0.13 | 250.71 | 0.57 | 0.71 |
| Hex | 9A | 8B | DF | 1F | 26 | 0 | D | FB | 39 | 47 |
| Octal | 232 | 213 | 337 | 37 | 46 | 0 | 15 | 373 | 71 | 107 |
| Binary | 10011010 | 10001011 | 11011111 | 11111 | 100110 | 0 | 1101 | 11111011 | 111001 | 1000111 |
Color Harmonies of #9A8BDF
Complementary color
Monochromatic Colors of #9A8BDF
Black with #9A8BDF
Text Example
Text Example
White with #9A8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8BDF; }
p { color: rgb(154,139,223); }
H1.HeaderClassName
{
color: #9A8BDF;
}
.AnyTagClassName
{
color: #9A8BDF;
}
</style>
background-color css
<style>
a { background-color: #9A8BDF; }
a { background-color: rgb(154,139,223); }
div.DivClassName
{
background-color: #9A8BDF;
}
.BgClassName
{
background-color: #9A8BDF;
}
</style>
border-color css
<style>
span { border-color: #9A8BDF; }
span { border-color: rgb(154,139,223); }
td.TdClassName
{
border-color: #9A8BDF;
}
.TagClassName
{
border-color: #9A8BDF;
}
</style>