Shades of Blue Bell #908FCF
Tints of Blue Bell #908FCF
RGB
CMYK
RGB Variations
Color information
#908FCF (or 0x908FCF) is known color: Blue Bell. HEX triplet: 90, 8F and CF. RGB value is (144,143,207). Sum of RGB (Red+Green+Blue) = 144+143+207=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #908FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FCF is #6F7030. Grayscale: #969696. Windows color (decimal): -7303217 or 13602704. OLE color: 13602704.
HSL color Cylindrical-coordinate representation of color #908FCF: hue angle of 240.94º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #908FCF is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 143 | 207 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.19 |
| HSL | 240.94º | 0.4% | 0.69% | - |
| HSV(B) | 240.94º | 0.31% | 0.81% | - |
| XYZ | 32.59 | 30.08 | 63.12 | - |
| YUV | 150.6 | 159.83 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 207 | 0.30 | 0.31 | 0 | 0.19 | 240.94 | 0.4 | 0.69 |
| Hex | 90 | 8F | CF | 1E | 1F | 0 | 13 | F1 | 28 | 45 |
| Octal | 220 | 217 | 317 | 36 | 37 | 0 | 23 | 361 | 50 | 105 |
| Binary | 10010000 | 10001111 | 11001111 | 11110 | 11111 | 0 | 10011 | 11110001 | 101000 | 1000101 |
Color Harmonies of #908FCF
Complementary color
Monochromatic Colors of #908FCF
Black with #908FCF
Text Example
Text Example
White with #908FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FCF; }
p { color: rgb(144,143,207); }
H1.HeaderClassName
{
color: #908FCF;
}
.AnyTagClassName
{
color: #908FCF;
}
</style>
background-color css
<style>
a { background-color: #908FCF; }
a { background-color: rgb(144,143,207); }
div.DivClassName
{
background-color: #908FCF;
}
.BgClassName
{
background-color: #908FCF;
}
</style>
border-color css
<style>
span { border-color: #908FCF; }
span { border-color: rgb(144,143,207); }
td.TdClassName
{
border-color: #908FCF;
}
.TagClassName
{
border-color: #908FCF;
}
</style>