Shades of Blue Bell #908ACC
Tints of Blue Bell #908ACC
RGB
CMYK
RGB Variations
Color information
#908ACC (or 0x908ACC) is known color: Blue Bell. HEX triplet: 90, 8A and CC. RGB value is (144,138,204). Sum of RGB (Red+Green+Blue) = 144+138+204=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #908ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ACC is #6F7533. Grayscale: #939393. Windows color (decimal): -7304500 or 13404816. OLE color: 13404816.
HSL color Cylindrical-coordinate representation of color #908ACC: hue angle of 245.45º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #908ACC is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 138 | 204 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.2 |
| HSL | 245.45º | 0.39% | 0.67% | - |
| HSV(B) | 245.45º | 0.32% | 0.8% | - |
| XYZ | 31.49 | 28.47 | 60.96 | - |
| YUV | 147.32 | 159.99 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 204 | 0.29 | 0.32 | 0 | 0.2 | 245.45 | 0.39 | 0.67 |
| Hex | 90 | 8A | CC | 1D | 20 | 0 | 14 | F5 | 27 | 43 |
| Octal | 220 | 212 | 314 | 35 | 40 | 0 | 24 | 365 | 47 | 103 |
| Binary | 10010000 | 10001010 | 11001100 | 11101 | 100000 | 0 | 10100 | 11110101 | 100111 | 1000011 |
Color Harmonies of #908ACC
Complementary color
Monochromatic Colors of #908ACC
Black with #908ACC
Text Example
Text Example
White with #908ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908ACC; }
p { color: rgb(144,138,204); }
H1.HeaderClassName
{
color: #908ACC;
}
.AnyTagClassName
{
color: #908ACC;
}
</style>
background-color css
<style>
a { background-color: #908ACC; }
a { background-color: rgb(144,138,204); }
div.DivClassName
{
background-color: #908ACC;
}
.BgClassName
{
background-color: #908ACC;
}
</style>
border-color css
<style>
span { border-color: #908ACC; }
span { border-color: rgb(144,138,204); }
td.TdClassName
{
border-color: #908ACC;
}
.TagClassName
{
border-color: #908ACC;
}
</style>