Shades of Blue Bell #908FC0
Tints of Blue Bell #908FC0
RGB
CMYK
RGB Variations
Color information
#908FC0 (or 0x908FC0) is known color: Blue Bell. HEX triplet: 90, 8F and C0. RGB value is (144,143,192). Sum of RGB (Red+Green+Blue) = 144+143+192=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #908FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FC0 is #6F703F. Grayscale: #949494. Windows color (decimal): -7303232 or 12619664. OLE color: 12619664.
HSL color Cylindrical-coordinate representation of color #908FC0: hue angle of 241.22º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #908FC0 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 143 | 192 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.25 |
| HSL | 241.22º | 0.28% | 0.66% | - |
| HSV(B) | 241.22º | 0.26% | 0.75% | - |
| XYZ | 30.84 | 29.38 | 53.91 | - |
| YUV | 148.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 192 | 0.25 | 0.26 | 0 | 0.25 | 241.22 | 0.28 | 0.66 |
| Hex | 90 | 8F | C0 | 19 | 1A | 0 | 19 | F1 | 1C | 42 |
| Octal | 220 | 217 | 300 | 31 | 32 | 0 | 31 | 361 | 34 | 102 |
| Binary | 10010000 | 10001111 | 11000000 | 11001 | 11010 | 0 | 11001 | 11110001 | 11100 | 1000010 |
Color Harmonies of #908FC0
Complementary color
Monochromatic Colors of #908FC0
Black with #908FC0
Text Example
Text Example
White with #908FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FC0; }
p { color: rgb(144,143,192); }
H1.HeaderClassName
{
color: #908FC0;
}
.AnyTagClassName
{
color: #908FC0;
}
</style>
background-color css
<style>
a { background-color: #908FC0; }
a { background-color: rgb(144,143,192); }
div.DivClassName
{
background-color: #908FC0;
}
.BgClassName
{
background-color: #908FC0;
}
</style>
border-color css
<style>
span { border-color: #908FC0; }
span { border-color: rgb(144,143,192); }
td.TdClassName
{
border-color: #908FC0;
}
.TagClassName
{
border-color: #908FC0;
}
</style>