Shades of Blue Bell #9A8CDC
Tints of Blue Bell #9A8CDC
RGB
CMYK
RGB Variations
Color information
#9A8CDC (or 0x9A8CDC) is known color: Blue Bell. HEX triplet: 9A, 8C and DC. RGB value is (154,140,220). Sum of RGB (Red+Green+Blue) = 154+140+220=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A8CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8CDC is #657323. Grayscale: #989898. Windows color (decimal): -6648612 or 14453914. OLE color: 14453914.
HSL color Cylindrical-coordinate representation of color #9A8CDC: hue angle of 250.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A8CDC is Cyan = 0.3, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 140 | 220 | - |
| CMYK | 0.3 | 0.36 | 0 | 0.14 |
| HSL | 250.5º | 0.53% | 0.71% | - |
| HSV(B) | 250.5º | 0.36% | 0.86% | - |
| XYZ | 35.62 | 30.79 | 71.78 | - |
| YUV | 153.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 140 | 220 | 0.3 | 0.36 | 0 | 0.14 | 250.5 | 0.53 | 0.71 |
| Hex | 9A | 8C | DC | 1E | 24 | 0 | E | FB | 35 | 47 |
| Octal | 232 | 214 | 334 | 36 | 44 | 0 | 16 | 373 | 65 | 107 |
| Binary | 10011010 | 10001100 | 11011100 | 11110 | 100100 | 0 | 1110 | 11111011 | 110101 | 1000111 |
Color Harmonies of #9A8CDC
Complementary color
Monochromatic Colors of #9A8CDC
Black with #9A8CDC
Text Example
Text Example
White with #9A8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8CDC; }
p { color: rgb(154,140,220); }
H1.HeaderClassName
{
color: #9A8CDC;
}
.AnyTagClassName
{
color: #9A8CDC;
}
</style>
background-color css
<style>
a { background-color: #9A8CDC; }
a { background-color: rgb(154,140,220); }
div.DivClassName
{
background-color: #9A8CDC;
}
.BgClassName
{
background-color: #9A8CDC;
}
</style>
border-color css
<style>
span { border-color: #9A8CDC; }
span { border-color: rgb(154,140,220); }
td.TdClassName
{
border-color: #9A8CDC;
}
.TagClassName
{
border-color: #9A8CDC;
}
</style>