Shades of Blue Bell #908CCD
Tints of Blue Bell #908CCD
RGB
CMYK
RGB Variations
Color information
#908CCD (or 0x908CCD) is known color: Blue Bell. HEX triplet: 90, 8C and CD. RGB value is (144,140,205). Sum of RGB (Red+Green+Blue) = 144+140+205=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #908CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CCD is #6F7332. Grayscale: #949494. Windows color (decimal): -7303987 or 13470864. OLE color: 13470864.
HSL color Cylindrical-coordinate representation of color #908CCD: hue angle of 243.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #908CCD is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 140 | 205 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.20 |
| HSL | 243.69º | 0.39% | 0.68% | - |
| HSV(B) | 243.69º | 0.32% | 0.8% | - |
| XYZ | 31.9 | 29.09 | 61.69 | - |
| YUV | 148.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 205 | 0.30 | 0.32 | 0 | 0.20 | 243.69 | 0.39 | 0.68 |
| Hex | 90 | 8C | CD | 1E | 20 | 0 | 14 | F4 | 27 | 44 |
| Octal | 220 | 214 | 315 | 36 | 40 | 0 | 24 | 364 | 47 | 104 |
| Binary | 10010000 | 10001100 | 11001101 | 11110 | 100000 | 0 | 10100 | 11110100 | 100111 | 1000100 |
Color Harmonies of #908CCD
Complementary color
Monochromatic Colors of #908CCD
Black with #908CCD
Text Example
Text Example
White with #908CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CCD; }
p { color: rgb(144,140,205); }
H1.HeaderClassName
{
color: #908CCD;
}
.AnyTagClassName
{
color: #908CCD;
}
</style>
background-color css
<style>
a { background-color: #908CCD; }
a { background-color: rgb(144,140,205); }
div.DivClassName
{
background-color: #908CCD;
}
.BgClassName
{
background-color: #908CCD;
}
</style>
border-color css
<style>
span { border-color: #908CCD; }
span { border-color: rgb(144,140,205); }
td.TdClassName
{
border-color: #908CCD;
}
.TagClassName
{
border-color: #908CCD;
}
</style>