Shades of Blue Bell #938AD0
Tints of Blue Bell #938AD0
RGB
CMYK
RGB Variations
Color information
#938AD0 (or 0x938AD0) is known color: Blue Bell. HEX triplet: 93, 8A and D0. RGB value is (147,138,208). Sum of RGB (Red+Green+Blue) = 147+138+208=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #938AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938AD0 is #6C752F. Grayscale: #949494. Windows color (decimal): -7107888 or 13666963. OLE color: 13666963.
HSL color Cylindrical-coordinate representation of color #938AD0: hue angle of 247.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #938AD0 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 138 | 208 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.18 |
| HSL | 247.71º | 0.43% | 0.68% | - |
| HSV(B) | 247.71º | 0.34% | 0.82% | - |
| XYZ | 32.51 | 28.93 | 63.55 | - |
| YUV | 148.67 | 161.48 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 208 | 0.29 | 0.34 | 0 | 0.18 | 247.71 | 0.43 | 0.68 |
| Hex | 93 | 8A | D0 | 1D | 22 | 0 | 12 | F8 | 2B | 44 |
| Octal | 223 | 212 | 320 | 35 | 42 | 0 | 22 | 370 | 53 | 104 |
| Binary | 10010011 | 10001010 | 11010000 | 11101 | 100010 | 0 | 10010 | 11111000 | 101011 | 1000100 |
Color Harmonies of #938AD0
Complementary color
Monochromatic Colors of #938AD0
Black with #938AD0
Text Example
Text Example
White with #938AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938AD0; }
p { color: rgb(147,138,208); }
H1.HeaderClassName
{
color: #938AD0;
}
.AnyTagClassName
{
color: #938AD0;
}
</style>
background-color css
<style>
a { background-color: #938AD0; }
a { background-color: rgb(147,138,208); }
div.DivClassName
{
background-color: #938AD0;
}
.BgClassName
{
background-color: #938AD0;
}
</style>
border-color css
<style>
span { border-color: #938AD0; }
span { border-color: rgb(147,138,208); }
td.TdClassName
{
border-color: #938AD0;
}
.TagClassName
{
border-color: #938AD0;
}
</style>