Shades of Blue Bell #908FBE
Tints of Blue Bell #908FBE
RGB
CMYK
RGB Variations
Color information
#908FBE (or 0x908FBE) is known color: Blue Bell. HEX triplet: 90, 8F and BE. RGB value is (144,143,190). Sum of RGB (Red+Green+Blue) = 144+143+190=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #908FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FBE is #6F7041. Grayscale: #949494. Windows color (decimal): -7303234 or 12488592. OLE color: 12488592.
HSL color Cylindrical-coordinate representation of color #908FBE: hue angle of 241.28º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #908FBE is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 143 | 190 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.25 |
| HSL | 241.28º | 0.27% | 0.65% | - |
| HSV(B) | 241.28º | 0.25% | 0.75% | - |
| XYZ | 30.62 | 29.29 | 52.76 | - |
| YUV | 148.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 190 | 0.24 | 0.25 | 0 | 0.25 | 241.28 | 0.27 | 0.65 |
| Hex | 90 | 8F | BE | 18 | 19 | 0 | 19 | F1 | 1B | 41 |
| Octal | 220 | 217 | 276 | 30 | 31 | 0 | 31 | 361 | 33 | 101 |
| Binary | 10010000 | 10001111 | 10111110 | 11000 | 11001 | 0 | 11001 | 11110001 | 11011 | 1000001 |
Color Harmonies of #908FBE
Complementary color
Monochromatic Colors of #908FBE
Black with #908FBE
Text Example
Text Example
White with #908FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FBE; }
p { color: rgb(144,143,190); }
H1.HeaderClassName
{
color: #908FBE;
}
.AnyTagClassName
{
color: #908FBE;
}
</style>
background-color css
<style>
a { background-color: #908FBE; }
a { background-color: rgb(144,143,190); }
div.DivClassName
{
background-color: #908FBE;
}
.BgClassName
{
background-color: #908FBE;
}
</style>
border-color css
<style>
span { border-color: #908FBE; }
span { border-color: rgb(144,143,190); }
td.TdClassName
{
border-color: #908FBE;
}
.TagClassName
{
border-color: #908FBE;
}
</style>