Shades of Blue Bell #938DC3
Tints of Blue Bell #938DC3
RGB
CMYK
RGB Variations
Color information
#938DC3 (or 0x938DC3) is known color: Blue Bell. HEX triplet: 93, 8D and C3. RGB value is (147,141,195). Sum of RGB (Red+Green+Blue) = 147+141+195=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #938DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DC3 is #6C723C. Grayscale: #949494. Windows color (decimal): -7107133 or 12815763. OLE color: 12815763.
HSL color Cylindrical-coordinate representation of color #938DC3: hue angle of 246.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #938DC3 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 141 | 195 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.24 |
| HSL | 246.67º | 0.31% | 0.66% | - |
| HSV(B) | 246.67º | 0.28% | 0.76% | - |
| XYZ | 31.41 | 29.19 | 55.61 | - |
| YUV | 148.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 195 | 0.25 | 0.28 | 0 | 0.24 | 246.67 | 0.31 | 0.66 |
| Hex | 93 | 8D | C3 | 19 | 1C | 0 | 18 | F7 | 1F | 42 |
| Octal | 223 | 215 | 303 | 31 | 34 | 0 | 30 | 367 | 37 | 102 |
| Binary | 10010011 | 10001101 | 11000011 | 11001 | 11100 | 0 | 11000 | 11110111 | 11111 | 1000010 |
Color Harmonies of #938DC3
Complementary color
Monochromatic Colors of #938DC3
Black with #938DC3
Text Example
Text Example
White with #938DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DC3; }
p { color: rgb(147,141,195); }
H1.HeaderClassName
{
color: #938DC3;
}
.AnyTagClassName
{
color: #938DC3;
}
</style>
background-color css
<style>
a { background-color: #938DC3; }
a { background-color: rgb(147,141,195); }
div.DivClassName
{
background-color: #938DC3;
}
.BgClassName
{
background-color: #938DC3;
}
</style>
border-color css
<style>
span { border-color: #938DC3; }
span { border-color: rgb(147,141,195); }
td.TdClassName
{
border-color: #938DC3;
}
.TagClassName
{
border-color: #938DC3;
}
</style>