Shades of Blue Bell #908CCC
Tints of Blue Bell #908CCC
RGB
CMYK
RGB Variations
Color information
#908CCC (or 0x908CCC) is known color: Blue Bell. HEX triplet: 90, 8C and CC. RGB value is (144,140,204). Sum of RGB (Red+Green+Blue) = 144+140+204=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #908CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CCC is #6F7333. Grayscale: #949494. Windows color (decimal): -7303988 or 13405328. OLE color: 13405328.
HSL color Cylindrical-coordinate representation of color #908CCC: hue angle of 243.75º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #908CCC is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 140 | 204 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.2 |
| HSL | 243.75º | 0.39% | 0.67% | - |
| HSV(B) | 243.75º | 0.31% | 0.8% | - |
| XYZ | 31.78 | 29.05 | 61.06 | - |
| YUV | 148.49 | 159.33 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 204 | 0.29 | 0.31 | 0 | 0.2 | 243.75 | 0.39 | 0.67 |
| Hex | 90 | 8C | CC | 1D | 1F | 0 | 14 | F4 | 27 | 43 |
| Octal | 220 | 214 | 314 | 35 | 37 | 0 | 24 | 364 | 47 | 103 |
| Binary | 10010000 | 10001100 | 11001100 | 11101 | 11111 | 0 | 10100 | 11110100 | 100111 | 1000011 |
Color Harmonies of #908CCC
Complementary color
Monochromatic Colors of #908CCC
Black with #908CCC
Text Example
Text Example
White with #908CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CCC; }
p { color: rgb(144,140,204); }
H1.HeaderClassName
{
color: #908CCC;
}
.AnyTagClassName
{
color: #908CCC;
}
</style>
background-color css
<style>
a { background-color: #908CCC; }
a { background-color: rgb(144,140,204); }
div.DivClassName
{
background-color: #908CCC;
}
.BgClassName
{
background-color: #908CCC;
}
</style>
border-color css
<style>
span { border-color: #908CCC; }
span { border-color: rgb(144,140,204); }
td.TdClassName
{
border-color: #908CCC;
}
.TagClassName
{
border-color: #908CCC;
}
</style>