Shades of Blue Bell #9A9DDF
Tints of Blue Bell #9A9DDF
RGB
CMYK
RGB Variations
Color information
#9A9DDF (or 0x9A9DDF) is known color: Blue Bell. HEX triplet: 9A, 9D and DF. RGB value is (154,157,223). Sum of RGB (Red+Green+Blue) = 154+157+223=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9DDF is #656220. Grayscale: #A3A3A3. Windows color (decimal): -6644257 or 14654874. OLE color: 14654874.
HSL color Cylindrical-coordinate representation of color #9A9DDF: hue angle of 237.39º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A9DDF is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 157 | 223 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.13 |
| HSL | 237.39º | 0.52% | 0.74% | - |
| HSV(B) | 237.39º | 0.31% | 0.87% | - |
| XYZ | 38.7 | 36.31 | 74.78 | - |
| YUV | 163.63 | 161.51 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 223 | 0.31 | 0.30 | 0 | 0.13 | 237.39 | 0.52 | 0.74 |
| Hex | 9A | 9D | DF | 1F | 1E | 0 | D | ED | 34 | 4A |
| Octal | 232 | 235 | 337 | 37 | 36 | 0 | 15 | 355 | 64 | 112 |
| Binary | 10011010 | 10011101 | 11011111 | 11111 | 11110 | 0 | 1101 | 11101101 | 110100 | 1001010 |
Color Harmonies of #9A9DDF
Complementary color
Monochromatic Colors of #9A9DDF
Black with #9A9DDF
Text Example
Text Example
White with #9A9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9DDF; }
p { color: rgb(154,157,223); }
H1.HeaderClassName
{
color: #9A9DDF;
}
.AnyTagClassName
{
color: #9A9DDF;
}
</style>
background-color css
<style>
a { background-color: #9A9DDF; }
a { background-color: rgb(154,157,223); }
div.DivClassName
{
background-color: #9A9DDF;
}
.BgClassName
{
background-color: #9A9DDF;
}
</style>
border-color css
<style>
span { border-color: #9A9DDF; }
span { border-color: rgb(154,157,223); }
td.TdClassName
{
border-color: #9A9DDF;
}
.TagClassName
{
border-color: #9A9DDF;
}
</style>