Shades of Blue Bell #908BCA
Tints of Blue Bell #908BCA
RGB
CMYK
RGB Variations
Color information
#908BCA (or 0x908BCA) is known color: Blue Bell. HEX triplet: 90, 8B and CA. RGB value is (144,139,202). Sum of RGB (Red+Green+Blue) = 144+139+202=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #908BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BCA is #6F7435. Grayscale: #939393. Windows color (decimal): -7304246 or 13274000. OLE color: 13274000.
HSL color Cylindrical-coordinate representation of color #908BCA: hue angle of 244.76º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #908BCA is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 139 | 202 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.21 |
| HSL | 244.76º | 0.37% | 0.67% | - |
| HSV(B) | 244.76º | 0.31% | 0.79% | - |
| XYZ | 31.39 | 28.66 | 59.75 | - |
| YUV | 147.68 | 158.66 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 202 | 0.29 | 0.31 | 0 | 0.21 | 244.76 | 0.37 | 0.67 |
| Hex | 90 | 8B | CA | 1D | 1F | 0 | 15 | F5 | 25 | 43 |
| Octal | 220 | 213 | 312 | 35 | 37 | 0 | 25 | 365 | 45 | 103 |
| Binary | 10010000 | 10001011 | 11001010 | 11101 | 11111 | 0 | 10101 | 11110101 | 100101 | 1000011 |
Color Harmonies of #908BCA
Complementary color
Monochromatic Colors of #908BCA
Black with #908BCA
Text Example
Text Example
White with #908BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908BCA; }
p { color: rgb(144,139,202); }
H1.HeaderClassName
{
color: #908BCA;
}
.AnyTagClassName
{
color: #908BCA;
}
</style>
background-color css
<style>
a { background-color: #908BCA; }
a { background-color: rgb(144,139,202); }
div.DivClassName
{
background-color: #908BCA;
}
.BgClassName
{
background-color: #908BCA;
}
</style>
border-color css
<style>
span { border-color: #908BCA; }
span { border-color: rgb(144,139,202); }
td.TdClassName
{
border-color: #908BCA;
}
.TagClassName
{
border-color: #908BCA;
}
</style>