Shades of Blue Bell #908FC4
Tints of Blue Bell #908FC4
RGB
CMYK
RGB Variations
Color information
#908FC4 (or 0x908FC4) is known color: Blue Bell. HEX triplet: 90, 8F and C4. RGB value is (144,143,196). Sum of RGB (Red+Green+Blue) = 144+143+196=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #908FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FC4 is #6F703B. Grayscale: #959595. Windows color (decimal): -7303228 or 12881808. OLE color: 12881808.
HSL color Cylindrical-coordinate representation of color #908FC4: hue angle of 241.13º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #908FC4 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 143 | 196 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.23 |
| HSL | 241.13º | 0.31% | 0.66% | - |
| HSV(B) | 241.13º | 0.27% | 0.77% | - |
| XYZ | 31.29 | 29.56 | 56.28 | - |
| YUV | 149.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 196 | 0.27 | 0.27 | 0 | 0.23 | 241.13 | 0.31 | 0.66 |
| Hex | 90 | 8F | C4 | 1B | 1B | 0 | 17 | F1 | 1F | 42 |
| Octal | 220 | 217 | 304 | 33 | 33 | 0 | 27 | 361 | 37 | 102 |
| Binary | 10010000 | 10001111 | 11000100 | 11011 | 11011 | 0 | 10111 | 11110001 | 11111 | 1000010 |
Color Harmonies of #908FC4
Complementary color
Monochromatic Colors of #908FC4
Black with #908FC4
Text Example
Text Example
White with #908FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FC4; }
p { color: rgb(144,143,196); }
H1.HeaderClassName
{
color: #908FC4;
}
.AnyTagClassName
{
color: #908FC4;
}
</style>
background-color css
<style>
a { background-color: #908FC4; }
a { background-color: rgb(144,143,196); }
div.DivClassName
{
background-color: #908FC4;
}
.BgClassName
{
background-color: #908FC4;
}
</style>
border-color css
<style>
span { border-color: #908FC4; }
span { border-color: rgb(144,143,196); }
td.TdClassName
{
border-color: #908FC4;
}
.TagClassName
{
border-color: #908FC4;
}
</style>