Shades of Blue Bell #908AC1
Tints of Blue Bell #908AC1
RGB
CMYK
RGB Variations
Color information
#908AC1 (or 0x908AC1) is known color: Blue Bell. HEX triplet: 90, 8A and C1. RGB value is (144,138,193). Sum of RGB (Red+Green+Blue) = 144+138+193=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #908AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908AC1 is #6F753E. Grayscale: #919191. Windows color (decimal): -7304511 or 12683920. OLE color: 12683920.
HSL color Cylindrical-coordinate representation of color #908AC1: hue angle of 246.55º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #908AC1 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 138 | 193 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.24 |
| HSL | 246.55º | 0.31% | 0.65% | - |
| HSV(B) | 246.55º | 0.28% | 0.76% | - |
| XYZ | 30.22 | 27.96 | 54.26 | - |
| YUV | 146.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 193 | 0.25 | 0.28 | 0 | 0.24 | 246.55 | 0.31 | 0.65 |
| Hex | 90 | 8A | C1 | 19 | 1C | 0 | 18 | F7 | 1F | 41 |
| Octal | 220 | 212 | 301 | 31 | 34 | 0 | 30 | 367 | 37 | 101 |
| Binary | 10010000 | 10001010 | 11000001 | 11001 | 11100 | 0 | 11000 | 11110111 | 11111 | 1000001 |
Color Harmonies of #908AC1
Complementary color
Monochromatic Colors of #908AC1
Black with #908AC1
Text Example
Text Example
White with #908AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908AC1; }
p { color: rgb(144,138,193); }
H1.HeaderClassName
{
color: #908AC1;
}
.AnyTagClassName
{
color: #908AC1;
}
</style>
background-color css
<style>
a { background-color: #908AC1; }
a { background-color: rgb(144,138,193); }
div.DivClassName
{
background-color: #908AC1;
}
.BgClassName
{
background-color: #908AC1;
}
</style>
border-color css
<style>
span { border-color: #908AC1; }
span { border-color: rgb(144,138,193); }
td.TdClassName
{
border-color: #908AC1;
}
.TagClassName
{
border-color: #908AC1;
}
</style>