Shades of Blue Bell #908EC3
Tints of Blue Bell #908EC3
RGB
CMYK
RGB Variations
Color information
#908EC3 (or 0x908EC3) is known color: Blue Bell. HEX triplet: 90, 8E and C3. RGB value is (144,142,195). Sum of RGB (Red+Green+Blue) = 144+142+195=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #908EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908EC3 is #6F713C. Grayscale: #949494. Windows color (decimal): -7303485 or 12816016. OLE color: 12816016.
HSL color Cylindrical-coordinate representation of color #908EC3: hue angle of 242.26º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #908EC3 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 142 | 195 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.24 |
| HSL | 242.26º | 0.31% | 0.66% | - |
| HSV(B) | 242.26º | 0.27% | 0.76% | - |
| XYZ | 31.02 | 29.22 | 55.63 | - |
| YUV | 148.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 195 | 0.26 | 0.27 | 0 | 0.24 | 242.26 | 0.31 | 0.66 |
| Hex | 90 | 8E | C3 | 1A | 1B | 0 | 18 | F2 | 1F | 42 |
| Octal | 220 | 216 | 303 | 32 | 33 | 0 | 30 | 362 | 37 | 102 |
| Binary | 10010000 | 10001110 | 11000011 | 11010 | 11011 | 0 | 11000 | 11110010 | 11111 | 1000010 |
Color Harmonies of #908EC3
Complementary color
Monochromatic Colors of #908EC3
Black with #908EC3
Text Example
Text Example
White with #908EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908EC3; }
p { color: rgb(144,142,195); }
H1.HeaderClassName
{
color: #908EC3;
}
.AnyTagClassName
{
color: #908EC3;
}
</style>
background-color css
<style>
a { background-color: #908EC3; }
a { background-color: rgb(144,142,195); }
div.DivClassName
{
background-color: #908EC3;
}
.BgClassName
{
background-color: #908EC3;
}
</style>
border-color css
<style>
span { border-color: #908EC3; }
span { border-color: rgb(144,142,195); }
td.TdClassName
{
border-color: #908EC3;
}
.TagClassName
{
border-color: #908EC3;
}
</style>