Shades of Blue Bell #908FC1
Tints of Blue Bell #908FC1
RGB
CMYK
RGB Variations
Color information
#908FC1 (or 0x908FC1) is known color: Blue Bell. HEX triplet: 90, 8F and C1. RGB value is (144,143,193). Sum of RGB (Red+Green+Blue) = 144+143+193=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #908FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FC1 is #6F703E. Grayscale: #949494. Windows color (decimal): -7303231 or 12685200. OLE color: 12685200.
HSL color Cylindrical-coordinate representation of color #908FC1: hue angle of 241.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #908FC1 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 143 | 193 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.24 |
| HSL | 241.2º | 0.29% | 0.66% | - |
| HSV(B) | 241.2º | 0.26% | 0.76% | - |
| XYZ | 30.95 | 29.42 | 54.5 | - |
| YUV | 149 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 193 | 0.25 | 0.26 | 0 | 0.24 | 241.2 | 0.29 | 0.66 |
| Hex | 90 | 8F | C1 | 19 | 1A | 0 | 18 | F1 | 1D | 42 |
| Octal | 220 | 217 | 301 | 31 | 32 | 0 | 30 | 361 | 35 | 102 |
| Binary | 10010000 | 10001111 | 11000001 | 11001 | 11010 | 0 | 11000 | 11110001 | 11101 | 1000010 |
Color Harmonies of #908FC1
Complementary color
Monochromatic Colors of #908FC1
Black with #908FC1
Text Example
Text Example
White with #908FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FC1; }
p { color: rgb(144,143,193); }
H1.HeaderClassName
{
color: #908FC1;
}
.AnyTagClassName
{
color: #908FC1;
}
</style>
background-color css
<style>
a { background-color: #908FC1; }
a { background-color: rgb(144,143,193); }
div.DivClassName
{
background-color: #908FC1;
}
.BgClassName
{
background-color: #908FC1;
}
</style>
border-color css
<style>
span { border-color: #908FC1; }
span { border-color: rgb(144,143,193); }
td.TdClassName
{
border-color: #908FC1;
}
.TagClassName
{
border-color: #908FC1;
}
</style>