Shades of Blue Bell #938BCC
Tints of Blue Bell #938BCC
RGB
CMYK
RGB Variations
Color information
#938BCC (or 0x938BCC) is known color: Blue Bell. HEX triplet: 93, 8B and CC. RGB value is (147,139,204). Sum of RGB (Red+Green+Blue) = 147+139+204=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #938BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BCC is #6C7433. Grayscale: #949494. Windows color (decimal): -7107636 or 13405075. OLE color: 13405075.
HSL color Cylindrical-coordinate representation of color #938BCC: hue angle of 247.38º 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 #938BCC is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 139 | 204 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.2 |
| HSL | 247.38º | 0.39% | 0.67% | - |
| HSV(B) | 247.38º | 0.32% | 0.8% | - |
| XYZ | 32.16 | 29.03 | 61.03 | - |
| YUV | 148.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 204 | 0.28 | 0.32 | 0 | 0.2 | 247.38 | 0.39 | 0.67 |
| Hex | 93 | 8B | CC | 1C | 20 | 0 | 14 | F7 | 27 | 43 |
| Octal | 223 | 213 | 314 | 34 | 40 | 0 | 24 | 367 | 47 | 103 |
| Binary | 10010011 | 10001011 | 11001100 | 11100 | 100000 | 0 | 10100 | 11110111 | 100111 | 1000011 |
Color Harmonies of #938BCC
Complementary color
Monochromatic Colors of #938BCC
Black with #938BCC
Text Example
Text Example
White with #938BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938BCC; }
p { color: rgb(147,139,204); }
H1.HeaderClassName
{
color: #938BCC;
}
.AnyTagClassName
{
color: #938BCC;
}
</style>
background-color css
<style>
a { background-color: #938BCC; }
a { background-color: rgb(147,139,204); }
div.DivClassName
{
background-color: #938BCC;
}
.BgClassName
{
background-color: #938BCC;
}
</style>
border-color css
<style>
span { border-color: #938BCC; }
span { border-color: rgb(147,139,204); }
td.TdClassName
{
border-color: #938BCC;
}
.TagClassName
{
border-color: #938BCC;
}
</style>