Shades of Blue Bell #908FBD
Tints of Blue Bell #908FBD
RGB
CMYK
RGB Variations
Color information
#908FBD (or 0x908FBD) is known color: Blue Bell. HEX triplet: 90, 8F and BD. RGB value is (144,143,189). Sum of RGB (Red+Green+Blue) = 144+143+189=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #908FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FBD is #6F7042. Grayscale: #949494. Windows color (decimal): -7303235 or 12423056. OLE color: 12423056.
HSL color Cylindrical-coordinate representation of color #908FBD: hue angle of 241.3º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #908FBD is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 143 | 189 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.26 |
| HSL | 241.3º | 0.26% | 0.65% | - |
| HSV(B) | 241.3º | 0.24% | 0.74% | - |
| XYZ | 30.51 | 29.25 | 52.18 | - |
| YUV | 148.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 189 | 0.24 | 0.24 | 0 | 0.26 | 241.3 | 0.26 | 0.65 |
| Hex | 90 | 8F | BD | 18 | 18 | 0 | 1A | F1 | 1A | 41 |
| Octal | 220 | 217 | 275 | 30 | 30 | 0 | 32 | 361 | 32 | 101 |
| Binary | 10010000 | 10001111 | 10111101 | 11000 | 11000 | 0 | 11010 | 11110001 | 11010 | 1000001 |
Color Harmonies of #908FBD
Complementary color
Monochromatic Colors of #908FBD
Black with #908FBD
Text Example
Text Example
White with #908FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FBD; }
p { color: rgb(144,143,189); }
H1.HeaderClassName
{
color: #908FBD;
}
.AnyTagClassName
{
color: #908FBD;
}
</style>
background-color css
<style>
a { background-color: #908FBD; }
a { background-color: rgb(144,143,189); }
div.DivClassName
{
background-color: #908FBD;
}
.BgClassName
{
background-color: #908FBD;
}
</style>
border-color css
<style>
span { border-color: #908FBD; }
span { border-color: rgb(144,143,189); }
td.TdClassName
{
border-color: #908FBD;
}
.TagClassName
{
border-color: #908FBD;
}
</style>