Shades of Blue Bell #908ACD
Tints of Blue Bell #908ACD
RGB
CMYK
RGB Variations
Color information
#908ACD (or 0x908ACD) is known color: Blue Bell. HEX triplet: 90, 8A and CD. RGB value is (144,138,205). Sum of RGB (Red+Green+Blue) = 144+138+205=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #908ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ACD is #6F7532. Grayscale: #939393. Windows color (decimal): -7304499 or 13470352. OLE color: 13470352.
HSL color Cylindrical-coordinate representation of color #908ACD: hue angle of 245.37º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #908ACD is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 138 | 205 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.20 |
| HSL | 245.37º | 0.4% | 0.67% | - |
| HSV(B) | 245.37º | 0.33% | 0.8% | - |
| XYZ | 31.61 | 28.51 | 61.6 | - |
| YUV | 147.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 205 | 0.30 | 0.33 | 0 | 0.20 | 245.37 | 0.4 | 0.67 |
| Hex | 90 | 8A | CD | 1E | 21 | 0 | 14 | F5 | 28 | 43 |
| Octal | 220 | 212 | 315 | 36 | 41 | 0 | 24 | 365 | 50 | 103 |
| Binary | 10010000 | 10001010 | 11001101 | 11110 | 100001 | 0 | 10100 | 11110101 | 101000 | 1000011 |
Color Harmonies of #908ACD
Complementary color
Monochromatic Colors of #908ACD
Black with #908ACD
Text Example
Text Example
White with #908ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908ACD; }
p { color: rgb(144,138,205); }
H1.HeaderClassName
{
color: #908ACD;
}
.AnyTagClassName
{
color: #908ACD;
}
</style>
background-color css
<style>
a { background-color: #908ACD; }
a { background-color: rgb(144,138,205); }
div.DivClassName
{
background-color: #908ACD;
}
.BgClassName
{
background-color: #908ACD;
}
</style>
border-color css
<style>
span { border-color: #908ACD; }
span { border-color: rgb(144,138,205); }
td.TdClassName
{
border-color: #908ACD;
}
.TagClassName
{
border-color: #908ACD;
}
</style>