Shades of Blue Bell #9A8FDF
Tints of Blue Bell #9A8FDF
RGB
CMYK
RGB Variations
Color information
#9A8FDF (or 0x9A8FDF) is known color: Blue Bell. HEX triplet: 9A, 8F and DF. RGB value is (154,143,223). Sum of RGB (Red+Green+Blue) = 154+143+223=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A8FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8FDF is #657020. Grayscale: #9B9B9B. Windows color (decimal): -6647841 or 14651290. OLE color: 14651290.
HSL color Cylindrical-coordinate representation of color #9A8FDF: hue angle of 248.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A8FDF is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 143 | 223 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.13 |
| HSL | 248.25º | 0.56% | 0.72% | - |
| HSV(B) | 248.25º | 0.36% | 0.87% | - |
| XYZ | 36.47 | 31.84 | 74.04 | - |
| YUV | 155.41 | 166.14 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 223 | 0.31 | 0.36 | 0 | 0.13 | 248.25 | 0.56 | 0.72 |
| Hex | 9A | 8F | DF | 1F | 24 | 0 | D | F8 | 38 | 48 |
| Octal | 232 | 217 | 337 | 37 | 44 | 0 | 15 | 370 | 70 | 110 |
| Binary | 10011010 | 10001111 | 11011111 | 11111 | 100100 | 0 | 1101 | 11111000 | 111000 | 1001000 |
Color Harmonies of #9A8FDF
Complementary color
Monochromatic Colors of #9A8FDF
Black with #9A8FDF
Text Example
Text Example
White with #9A8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FDF; }
p { color: rgb(154,143,223); }
H1.HeaderClassName
{
color: #9A8FDF;
}
.AnyTagClassName
{
color: #9A8FDF;
}
</style>
background-color css
<style>
a { background-color: #9A8FDF; }
a { background-color: rgb(154,143,223); }
div.DivClassName
{
background-color: #9A8FDF;
}
.BgClassName
{
background-color: #9A8FDF;
}
</style>
border-color css
<style>
span { border-color: #9A8FDF; }
span { border-color: rgb(154,143,223); }
td.TdClassName
{
border-color: #9A8FDF;
}
.TagClassName
{
border-color: #9A8FDF;
}
</style>