Shades of Blue Bell #908CC8
Tints of Blue Bell #908CC8
RGB
CMYK
RGB Variations
Color information
#908CC8 (or 0x908CC8) is known color: Blue Bell. HEX triplet: 90, 8C and C8. RGB value is (144,140,200). Sum of RGB (Red+Green+Blue) = 144+140+200=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 200 - color contains mainly: blue. Hex color #908CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CC8 is #6F7337. Grayscale: #939393. Windows color (decimal): -7303992 or 13143184. OLE color: 13143184.
HSL color Cylindrical-coordinate representation of color #908CC8: hue angle of 244º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #908CC8 is Cyan = 0.28, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 140 | 200 | - |
| CMYK | 0.28 | 0.3 | 0 | 0.22 |
| HSL | 244º | 0.35% | 0.67% | - |
| HSV(B) | 244º | 0.3% | 0.78% | - |
| XYZ | 31.31 | 28.86 | 58.56 | - |
| YUV | 148.04 | 157.33 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 200 | 0.28 | 0.3 | 0 | 0.22 | 244 | 0.35 | 0.67 |
| Hex | 90 | 8C | C8 | 1C | 1E | 0 | 16 | F4 | 23 | 43 |
| Octal | 220 | 214 | 310 | 34 | 36 | 0 | 26 | 364 | 43 | 103 |
| Binary | 10010000 | 10001100 | 11001000 | 11100 | 11110 | 0 | 10110 | 11110100 | 100011 | 1000011 |
Color Harmonies of #908CC8
Complementary color
Monochromatic Colors of #908CC8
Black with #908CC8
Text Example
Text Example
White with #908CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CC8; }
p { color: rgb(144,140,200); }
H1.HeaderClassName
{
color: #908CC8;
}
.AnyTagClassName
{
color: #908CC8;
}
</style>
background-color css
<style>
a { background-color: #908CC8; }
a { background-color: rgb(144,140,200); }
div.DivClassName
{
background-color: #908CC8;
}
.BgClassName
{
background-color: #908CC8;
}
</style>
border-color css
<style>
span { border-color: #908CC8; }
span { border-color: rgb(144,140,200); }
td.TdClassName
{
border-color: #908CC8;
}
.TagClassName
{
border-color: #908CC8;
}
</style>