Shades of Blue Bell #908CCA
Tints of Blue Bell #908CCA
RGB
CMYK
RGB Variations
Color information
#908CCA (or 0x908CCA) is known color: Blue Bell. HEX triplet: 90, 8C and CA. RGB value is (144,140,202). Sum of RGB (Red+Green+Blue) = 144+140+202=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #908CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CCA is #6F7335. Grayscale: #949494. Windows color (decimal): -7303990 or 13274256. OLE color: 13274256.
HSL color Cylindrical-coordinate representation of color #908CCA: hue angle of 243.87º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #908CCA is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 140 | 202 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.21 |
| HSL | 243.87º | 0.37% | 0.67% | - |
| HSV(B) | 243.87º | 0.31% | 0.79% | - |
| XYZ | 31.54 | 28.95 | 59.8 | - |
| YUV | 148.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 202 | 0.29 | 0.31 | 0 | 0.21 | 243.87 | 0.37 | 0.67 |
| Hex | 90 | 8C | CA | 1D | 1F | 0 | 15 | F4 | 25 | 43 |
| Octal | 220 | 214 | 312 | 35 | 37 | 0 | 25 | 364 | 45 | 103 |
| Binary | 10010000 | 10001100 | 11001010 | 11101 | 11111 | 0 | 10101 | 11110100 | 100101 | 1000011 |
Color Harmonies of #908CCA
Complementary color
Monochromatic Colors of #908CCA
Black with #908CCA
Text Example
Text Example
White with #908CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CCA; }
p { color: rgb(144,140,202); }
H1.HeaderClassName
{
color: #908CCA;
}
.AnyTagClassName
{
color: #908CCA;
}
</style>
background-color css
<style>
a { background-color: #908CCA; }
a { background-color: rgb(144,140,202); }
div.DivClassName
{
background-color: #908CCA;
}
.BgClassName
{
background-color: #908CCA;
}
</style>
border-color css
<style>
span { border-color: #908CCA; }
span { border-color: rgb(144,140,202); }
td.TdClassName
{
border-color: #908CCA;
}
.TagClassName
{
border-color: #908CCA;
}
</style>