Shades of Blue Bell #9A91CD
Tints of Blue Bell #9A91CD
RGB
CMYK
RGB Variations
Color information
#9A91CD (or 0x9A91CD) is known color: Blue Bell. HEX triplet: 9A, 91 and CD. RGB value is (154,145,205). Sum of RGB (Red+Green+Blue) = 154+145+205=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A91CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A91CD is #656E32. Grayscale: #9A9A9A. Windows color (decimal): -6647347 or 13472154. OLE color: 13472154.
HSL color Cylindrical-coordinate representation of color #9A91CD: hue angle of 249º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A91CD is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 145 | 205 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.20 |
| HSL | 249º | 0.38% | 0.69% | - |
| HSV(B) | 249º | 0.29% | 0.8% | - |
| XYZ | 34.47 | 31.53 | 62.03 | - |
| YUV | 154.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 145 | 205 | 0.25 | 0.29 | 0 | 0.20 | 249 | 0.38 | 0.69 |
| Hex | 9A | 91 | CD | 19 | 1D | 0 | 14 | F9 | 26 | 45 |
| Octal | 232 | 221 | 315 | 31 | 35 | 0 | 24 | 371 | 46 | 105 |
| Binary | 10011010 | 10010001 | 11001101 | 11001 | 11101 | 0 | 10100 | 11111001 | 100110 | 1000101 |
Color Harmonies of #9A91CD
Complementary color
Monochromatic Colors of #9A91CD
Black with #9A91CD
Text Example
Text Example
White with #9A91CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A91CD; }
p { color: rgb(154,145,205); }
H1.HeaderClassName
{
color: #9A91CD;
}
.AnyTagClassName
{
color: #9A91CD;
}
</style>
background-color css
<style>
a { background-color: #9A91CD; }
a { background-color: rgb(154,145,205); }
div.DivClassName
{
background-color: #9A91CD;
}
.BgClassName
{
background-color: #9A91CD;
}
</style>
border-color css
<style>
span { border-color: #9A91CD; }
span { border-color: rgb(154,145,205); }
td.TdClassName
{
border-color: #9A91CD;
}
.TagClassName
{
border-color: #9A91CD;
}
</style>