Shades of Blue Bell #9C9ADF
Tints of Blue Bell #9C9ADF
RGB
CMYK
RGB Variations
Color information
#9C9ADF (or 0x9C9ADF) is known color: Blue Bell. HEX triplet: 9C, 9A and DF. RGB value is (156,154,223). Sum of RGB (Red+Green+Blue) = 156+154+223=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C9ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ADF is #636520. Grayscale: #A2A2A2. Windows color (decimal): -6513953 or 14654108. OLE color: 14654108.
HSL color Cylindrical-coordinate representation of color #9C9ADF: hue angle of 241.74º 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 #9C9ADF is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 154 | 223 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.13 |
| HSL | 241.74º | 0.52% | 0.74% | - |
| HSV(B) | 241.74º | 0.31% | 0.87% | - |
| XYZ | 38.59 | 35.51 | 74.63 | - |
| YUV | 162.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 223 | 0.30 | 0.31 | 0 | 0.13 | 241.74 | 0.52 | 0.74 |
| Hex | 9C | 9A | DF | 1E | 1F | 0 | D | F2 | 34 | 4A |
| Octal | 234 | 232 | 337 | 36 | 37 | 0 | 15 | 362 | 64 | 112 |
| Binary | 10011100 | 10011010 | 11011111 | 11110 | 11111 | 0 | 1101 | 11110010 | 110100 | 1001010 |
Color Harmonies of #9C9ADF
Complementary color
Monochromatic Colors of #9C9ADF
Black with #9C9ADF
Text Example
Text Example
White with #9C9ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9ADF; }
p { color: rgb(156,154,223); }
H1.HeaderClassName
{
color: #9C9ADF;
}
.AnyTagClassName
{
color: #9C9ADF;
}
</style>
background-color css
<style>
a { background-color: #9C9ADF; }
a { background-color: rgb(156,154,223); }
div.DivClassName
{
background-color: #9C9ADF;
}
.BgClassName
{
background-color: #9C9ADF;
}
</style>
border-color css
<style>
span { border-color: #9C9ADF; }
span { border-color: rgb(156,154,223); }
td.TdClassName
{
border-color: #9C9ADF;
}
.TagClassName
{
border-color: #9C9ADF;
}
</style>