Shades of Blue Bell #908ED1
Tints of Blue Bell #908ED1
RGB
CMYK
RGB Variations
Color information
#908ED1 (or 0x908ED1) is known color: Blue Bell. HEX triplet: 90, 8E and D1. RGB value is (144,142,209). Sum of RGB (Red+Green+Blue) = 144+142+209=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 209 - color contains mainly: blue. Hex color #908ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ED1 is #6F712E. Grayscale: #959595. Windows color (decimal): -7303471 or 13733520. OLE color: 13733520.
HSL color Cylindrical-coordinate representation of color #908ED1: hue angle of 241.79º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #908ED1 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 142 | 209 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.18 |
| HSL | 241.79º | 0.42% | 0.69% | - |
| HSV(B) | 241.79º | 0.32% | 0.82% | - |
| XYZ | 32.68 | 29.88 | 64.37 | - |
| YUV | 150.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 209 | 0.31 | 0.32 | 0 | 0.18 | 241.79 | 0.42 | 0.69 |
| Hex | 90 | 8E | D1 | 1F | 20 | 0 | 12 | F2 | 2A | 45 |
| Octal | 220 | 216 | 321 | 37 | 40 | 0 | 22 | 362 | 52 | 105 |
| Binary | 10010000 | 10001110 | 11010001 | 11111 | 100000 | 0 | 10010 | 11110010 | 101010 | 1000101 |
Color Harmonies of #908ED1
Complementary color
Monochromatic Colors of #908ED1
Black with #908ED1
Text Example
Text Example
White with #908ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908ED1; }
p { color: rgb(144,142,209); }
H1.HeaderClassName
{
color: #908ED1;
}
.AnyTagClassName
{
color: #908ED1;
}
</style>
background-color css
<style>
a { background-color: #908ED1; }
a { background-color: rgb(144,142,209); }
div.DivClassName
{
background-color: #908ED1;
}
.BgClassName
{
background-color: #908ED1;
}
</style>
border-color css
<style>
span { border-color: #908ED1; }
span { border-color: rgb(144,142,209); }
td.TdClassName
{
border-color: #908ED1;
}
.TagClassName
{
border-color: #908ED1;
}
</style>