Shades of Blue Bell #9087DF
Tints of Blue Bell #9087DF
RGB
CMYK
RGB Variations
Color information
#9087DF (or 0x9087DF) is known color: Blue Bell. HEX triplet: 90, 87 and DF. RGB value is (144,135,223). Sum of RGB (Red+Green+Blue) = 144+135+223=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #9087DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9087DF is #6F7820. Grayscale: #939393. Windows color (decimal): -7305249 or 14649232. OLE color: 14649232.
HSL color Cylindrical-coordinate representation of color #9087DF: hue angle of 246.14º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9087DF is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 135 | 223 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.13 |
| HSL | 246.14º | 0.58% | 0.7% | - |
| HSV(B) | 246.14º | 0.39% | 0.87% | - |
| XYZ | 33.48 | 28.58 | 73.56 | - |
| YUV | 147.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 223 | 0.35 | 0.39 | 0 | 0.13 | 246.14 | 0.58 | 0.7 |
| Hex | 90 | 87 | DF | 23 | 27 | 0 | D | F6 | 3A | 46 |
| Octal | 220 | 207 | 337 | 43 | 47 | 0 | 15 | 366 | 72 | 106 |
| Binary | 10010000 | 10000111 | 11011111 | 100011 | 100111 | 0 | 1101 | 11110110 | 111010 | 1000110 |
Color Harmonies of #9087DF
Complementary color
Monochromatic Colors of #9087DF
Black with #9087DF
Text Example
Text Example
White with #9087DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9087DF; }
p { color: rgb(144,135,223); }
H1.HeaderClassName
{
color: #9087DF;
}
.AnyTagClassName
{
color: #9087DF;
}
</style>
background-color css
<style>
a { background-color: #9087DF; }
a { background-color: rgb(144,135,223); }
div.DivClassName
{
background-color: #9087DF;
}
.BgClassName
{
background-color: #9087DF;
}
</style>
border-color css
<style>
span { border-color: #9087DF; }
span { border-color: rgb(144,135,223); }
td.TdClassName
{
border-color: #9087DF;
}
.TagClassName
{
border-color: #9087DF;
}
</style>