Shades of Blue Bell #908CC0
Tints of Blue Bell #908CC0
RGB
CMYK
RGB Variations
Color information
#908CC0 (or 0x908CC0) is known color: Blue Bell. HEX triplet: 90, 8C and C0. RGB value is (144,140,192). Sum of RGB (Red+Green+Blue) = 144+140+192=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #908CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CC0 is #6F733F. Grayscale: #929292. Windows color (decimal): -7304000 or 12618896. OLE color: 12618896.
HSL color Cylindrical-coordinate representation of color #908CC0: hue angle of 244.62º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #908CC0 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 140 | 192 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.25 |
| HSL | 244.62º | 0.29% | 0.65% | - |
| HSV(B) | 244.62º | 0.27% | 0.75% | - |
| XYZ | 30.39 | 28.49 | 53.77 | - |
| YUV | 147.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 192 | 0.25 | 0.27 | 0 | 0.25 | 244.62 | 0.29 | 0.65 |
| Hex | 90 | 8C | C0 | 19 | 1B | 0 | 19 | F5 | 1D | 41 |
| Octal | 220 | 214 | 300 | 31 | 33 | 0 | 31 | 365 | 35 | 101 |
| Binary | 10010000 | 10001100 | 11000000 | 11001 | 11011 | 0 | 11001 | 11110101 | 11101 | 1000001 |
Color Harmonies of #908CC0
Complementary color
Monochromatic Colors of #908CC0
Black with #908CC0
Text Example
Text Example
White with #908CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CC0; }
p { color: rgb(144,140,192); }
H1.HeaderClassName
{
color: #908CC0;
}
.AnyTagClassName
{
color: #908CC0;
}
</style>
background-color css
<style>
a { background-color: #908CC0; }
a { background-color: rgb(144,140,192); }
div.DivClassName
{
background-color: #908CC0;
}
.BgClassName
{
background-color: #908CC0;
}
</style>
border-color css
<style>
span { border-color: #908CC0; }
span { border-color: rgb(144,140,192); }
td.TdClassName
{
border-color: #908CC0;
}
.TagClassName
{
border-color: #908CC0;
}
</style>