Shades of Blue Bell #938DC6
Tints of Blue Bell #938DC6
RGB
CMYK
RGB Variations
Color information
#938DC6 (or 0x938DC6) is known color: Blue Bell. HEX triplet: 93, 8D and C6. RGB value is (147,141,198). Sum of RGB (Red+Green+Blue) = 147+141+198=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 198 - color contains mainly: blue. Hex color #938DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DC6 is #6C7239. Grayscale: #959595. Windows color (decimal): -7107130 or 13012371. OLE color: 13012371.
HSL color Cylindrical-coordinate representation of color #938DC6: hue angle of 246.32º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #938DC6 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 141 | 198 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.22 |
| HSL | 246.32º | 0.33% | 0.66% | - |
| HSV(B) | 246.32º | 0.29% | 0.78% | - |
| XYZ | 31.75 | 29.33 | 57.41 | - |
| YUV | 149.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 198 | 0.26 | 0.29 | 0 | 0.22 | 246.32 | 0.33 | 0.66 |
| Hex | 93 | 8D | C6 | 1A | 1D | 0 | 16 | F6 | 21 | 42 |
| Octal | 223 | 215 | 306 | 32 | 35 | 0 | 26 | 366 | 41 | 102 |
| Binary | 10010011 | 10001101 | 11000110 | 11010 | 11101 | 0 | 10110 | 11110110 | 100001 | 1000010 |
Color Harmonies of #938DC6
Complementary color
Monochromatic Colors of #938DC6
Black with #938DC6
Text Example
Text Example
White with #938DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DC6; }
p { color: rgb(147,141,198); }
H1.HeaderClassName
{
color: #938DC6;
}
.AnyTagClassName
{
color: #938DC6;
}
</style>
background-color css
<style>
a { background-color: #938DC6; }
a { background-color: rgb(147,141,198); }
div.DivClassName
{
background-color: #938DC6;
}
.BgClassName
{
background-color: #938DC6;
}
</style>
border-color css
<style>
span { border-color: #938DC6; }
span { border-color: rgb(147,141,198); }
td.TdClassName
{
border-color: #938DC6;
}
.TagClassName
{
border-color: #938DC6;
}
</style>