Shades of Blue Bell #908CC6
Tints of Blue Bell #908CC6
RGB
CMYK
RGB Variations
Color information
#908CC6 (or 0x908CC6) is known color: Blue Bell. HEX triplet: 90, 8C and C6. RGB value is (144,140,198). Sum of RGB (Red+Green+Blue) = 144+140+198=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #908CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CC6 is #6F7339. Grayscale: #939393. Windows color (decimal): -7303994 or 13012112. OLE color: 13012112.
HSL color Cylindrical-coordinate representation of color #908CC6: hue angle of 244.14º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #908CC6 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 140 | 198 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.22 |
| HSL | 244.14º | 0.34% | 0.66% | - |
| HSV(B) | 244.14º | 0.29% | 0.78% | - |
| XYZ | 31.07 | 28.76 | 57.34 | - |
| YUV | 147.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 198 | 0.27 | 0.29 | 0 | 0.22 | 244.14 | 0.34 | 0.66 |
| Hex | 90 | 8C | C6 | 1B | 1D | 0 | 16 | F4 | 22 | 42 |
| Octal | 220 | 214 | 306 | 33 | 35 | 0 | 26 | 364 | 42 | 102 |
| Binary | 10010000 | 10001100 | 11000110 | 11011 | 11101 | 0 | 10110 | 11110100 | 100010 | 1000010 |
Color Harmonies of #908CC6
Complementary color
Monochromatic Colors of #908CC6
Black with #908CC6
Text Example
Text Example
White with #908CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CC6; }
p { color: rgb(144,140,198); }
H1.HeaderClassName
{
color: #908CC6;
}
.AnyTagClassName
{
color: #908CC6;
}
</style>
background-color css
<style>
a { background-color: #908CC6; }
a { background-color: rgb(144,140,198); }
div.DivClassName
{
background-color: #908CC6;
}
.BgClassName
{
background-color: #908CC6;
}
</style>
border-color css
<style>
span { border-color: #908CC6; }
span { border-color: rgb(144,140,198); }
td.TdClassName
{
border-color: #908CC6;
}
.TagClassName
{
border-color: #908CC6;
}
</style>