Shades of Blue Bell #9A9CD0
Tints of Blue Bell #9A9CD0
RGB
CMYK
RGB Variations
Color information
#9A9CD0 (or 0x9A9CD0) is known color: Blue Bell. HEX triplet: 9A, 9C and D0. RGB value is (154,156,208). Sum of RGB (Red+Green+Blue) = 154+156+208=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A9CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9CD0 is #65632F. Grayscale: #A1A1A1. Windows color (decimal): -6644528 or 13671578. OLE color: 13671578.
HSL color Cylindrical-coordinate representation of color #9A9CD0: hue angle of 237.78º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A9CD0 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 156 | 208 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.18 |
| HSL | 237.78º | 0.36% | 0.71% | - |
| HSV(B) | 237.78º | 0.26% | 0.82% | - |
| XYZ | 36.6 | 35.2 | 64.54 | - |
| YUV | 161.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 156 | 208 | 0.26 | 0.25 | 0 | 0.18 | 237.78 | 0.36 | 0.71 |
| Hex | 9A | 9C | D0 | 1A | 19 | 0 | 12 | EE | 24 | 47 |
| Octal | 232 | 234 | 320 | 32 | 31 | 0 | 22 | 356 | 44 | 107 |
| Binary | 10011010 | 10011100 | 11010000 | 11010 | 11001 | 0 | 10010 | 11101110 | 100100 | 1000111 |
Color Harmonies of #9A9CD0
Complementary color
Monochromatic Colors of #9A9CD0
Black with #9A9CD0
Text Example
Text Example
White with #9A9CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9CD0; }
p { color: rgb(154,156,208); }
H1.HeaderClassName
{
color: #9A9CD0;
}
.AnyTagClassName
{
color: #9A9CD0;
}
</style>
background-color css
<style>
a { background-color: #9A9CD0; }
a { background-color: rgb(154,156,208); }
div.DivClassName
{
background-color: #9A9CD0;
}
.BgClassName
{
background-color: #9A9CD0;
}
</style>
border-color css
<style>
span { border-color: #9A9CD0; }
span { border-color: rgb(154,156,208); }
td.TdClassName
{
border-color: #9A9CD0;
}
.TagClassName
{
border-color: #9A9CD0;
}
</style>