Shades of Blue Bell #938BC8
Tints of Blue Bell #938BC8
RGB
CMYK
RGB Variations
Color information
#938BC8 (or 0x938BC8) is known color: Blue Bell. HEX triplet: 93, 8B and C8. RGB value is (147,139,200). Sum of RGB (Red+Green+Blue) = 147+139+200=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #938BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BC8 is #6C7437. Grayscale: #949494. Windows color (decimal): -7107640 or 13142931. OLE color: 13142931.
HSL color Cylindrical-coordinate representation of color #938BC8: hue angle of 247.87º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #938BC8 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 139 | 200 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.22 |
| HSL | 247.87º | 0.36% | 0.66% | - |
| HSV(B) | 247.87º | 0.31% | 0.78% | - |
| XYZ | 31.69 | 28.84 | 58.54 | - |
| YUV | 148.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 200 | 0.26 | 0.30 | 0 | 0.22 | 247.87 | 0.36 | 0.66 |
| Hex | 93 | 8B | C8 | 1A | 1E | 0 | 16 | F8 | 24 | 42 |
| Octal | 223 | 213 | 310 | 32 | 36 | 0 | 26 | 370 | 44 | 102 |
| Binary | 10010011 | 10001011 | 11001000 | 11010 | 11110 | 0 | 10110 | 11111000 | 100100 | 1000010 |
Color Harmonies of #938BC8
Complementary color
Monochromatic Colors of #938BC8
Black with #938BC8
Text Example
Text Example
White with #938BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938BC8; }
p { color: rgb(147,139,200); }
H1.HeaderClassName
{
color: #938BC8;
}
.AnyTagClassName
{
color: #938BC8;
}
</style>
background-color css
<style>
a { background-color: #938BC8; }
a { background-color: rgb(147,139,200); }
div.DivClassName
{
background-color: #938BC8;
}
.BgClassName
{
background-color: #938BC8;
}
</style>
border-color css
<style>
span { border-color: #938BC8; }
span { border-color: rgb(147,139,200); }
td.TdClassName
{
border-color: #938BC8;
}
.TagClassName
{
border-color: #938BC8;
}
</style>