Shades of Blue Bell #9A8FCD
Tints of Blue Bell #9A8FCD
RGB
CMYK
RGB Variations
Color information
#9A8FCD (or 0x9A8FCD) is known color: Blue Bell. HEX triplet: 9A, 8F and CD. RGB value is (154,143,205). Sum of RGB (Red+Green+Blue) = 154+143+205=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8FCD is #657032. Grayscale: #999999. Windows color (decimal): -6647859 or 13471642. OLE color: 13471642.
HSL color Cylindrical-coordinate representation of color #9A8FCD: hue angle of 250.65º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A8FCD is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 143 | 205 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.20 |
| HSL | 250.65º | 0.38% | 0.68% | - |
| HSV(B) | 250.65º | 0.3% | 0.8% | - |
| XYZ | 34.17 | 30.92 | 61.93 | - |
| YUV | 153.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 205 | 0.25 | 0.30 | 0 | 0.20 | 250.65 | 0.38 | 0.68 |
| Hex | 9A | 8F | CD | 19 | 1E | 0 | 14 | FB | 26 | 44 |
| Octal | 232 | 217 | 315 | 31 | 36 | 0 | 24 | 373 | 46 | 104 |
| Binary | 10011010 | 10001111 | 11001101 | 11001 | 11110 | 0 | 10100 | 11111011 | 100110 | 1000100 |
Color Harmonies of #9A8FCD
Complementary color
Monochromatic Colors of #9A8FCD
Black with #9A8FCD
Text Example
Text Example
White with #9A8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FCD; }
p { color: rgb(154,143,205); }
H1.HeaderClassName
{
color: #9A8FCD;
}
.AnyTagClassName
{
color: #9A8FCD;
}
</style>
background-color css
<style>
a { background-color: #9A8FCD; }
a { background-color: rgb(154,143,205); }
div.DivClassName
{
background-color: #9A8FCD;
}
.BgClassName
{
background-color: #9A8FCD;
}
</style>
border-color css
<style>
span { border-color: #9A8FCD; }
span { border-color: rgb(154,143,205); }
td.TdClassName
{
border-color: #9A8FCD;
}
.TagClassName
{
border-color: #9A8FCD;
}
</style>