Shades of Blue Bell #908FCE
Tints of Blue Bell #908FCE
RGB
CMYK
RGB Variations
Color information
#908FCE (or 0x908FCE) is known color: Blue Bell. HEX triplet: 90, 8F and CE. RGB value is (144,143,206). Sum of RGB (Red+Green+Blue) = 144+143+206=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #908FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FCE is #6F7031. Grayscale: #969696. Windows color (decimal): -7303218 or 13537168. OLE color: 13537168.
HSL color Cylindrical-coordinate representation of color #908FCE: hue angle of 240.95º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #908FCE is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 143 | 206 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.19 |
| HSL | 240.95º | 0.39% | 0.68% | - |
| HSV(B) | 240.95º | 0.31% | 0.81% | - |
| XYZ | 32.46 | 30.03 | 62.48 | - |
| YUV | 150.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 206 | 0.30 | 0.31 | 0 | 0.19 | 240.95 | 0.39 | 0.68 |
| Hex | 90 | 8F | CE | 1E | 1F | 0 | 13 | F1 | 27 | 44 |
| Octal | 220 | 217 | 316 | 36 | 37 | 0 | 23 | 361 | 47 | 104 |
| Binary | 10010000 | 10001111 | 11001110 | 11110 | 11111 | 0 | 10011 | 11110001 | 100111 | 1000100 |
Color Harmonies of #908FCE
Complementary color
Monochromatic Colors of #908FCE
Black with #908FCE
Text Example
Text Example
White with #908FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FCE; }
p { color: rgb(144,143,206); }
H1.HeaderClassName
{
color: #908FCE;
}
.AnyTagClassName
{
color: #908FCE;
}
</style>
background-color css
<style>
a { background-color: #908FCE; }
a { background-color: rgb(144,143,206); }
div.DivClassName
{
background-color: #908FCE;
}
.BgClassName
{
background-color: #908FCE;
}
</style>
border-color css
<style>
span { border-color: #908FCE; }
span { border-color: rgb(144,143,206); }
td.TdClassName
{
border-color: #908FCE;
}
.TagClassName
{
border-color: #908FCE;
}
</style>