Shades of Blue Bell #939AC6
Tints of Blue Bell #939AC6
RGB
CMYK
RGB Variations
Color information
#939AC6 (or 0x939AC6) is known color: Blue Bell. HEX triplet: 93, 9A and C6. RGB value is (147,154,198). Sum of RGB (Red+Green+Blue) = 147+154+198=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 198 - color contains mainly: blue. Hex color #939AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939AC6 is #6C6539. Grayscale: #9C9C9C. Windows color (decimal): -7103802 or 13015699. OLE color: 13015699.
HSL color Cylindrical-coordinate representation of color #939AC6: hue angle of 231.76º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #939AC6 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 154 | 198 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.22 |
| HSL | 231.76º | 0.31% | 0.68% | - |
| HSV(B) | 231.76º | 0.26% | 0.78% | - |
| XYZ | 33.78 | 33.39 | 58.09 | - |
| YUV | 156.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 198 | 0.26 | 0.22 | 0 | 0.22 | 231.76 | 0.31 | 0.68 |
| Hex | 93 | 9A | C6 | 1A | 16 | 0 | 16 | E8 | 1F | 44 |
| Octal | 223 | 232 | 306 | 32 | 26 | 0 | 26 | 350 | 37 | 104 |
| Binary | 10010011 | 10011010 | 11000110 | 11010 | 10110 | 0 | 10110 | 11101000 | 11111 | 1000100 |
Color Harmonies of #939AC6
Complementary color
Monochromatic Colors of #939AC6
Black with #939AC6
Text Example
Text Example
White with #939AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939AC6; }
p { color: rgb(147,154,198); }
H1.HeaderClassName
{
color: #939AC6;
}
.AnyTagClassName
{
color: #939AC6;
}
</style>
background-color css
<style>
a { background-color: #939AC6; }
a { background-color: rgb(147,154,198); }
div.DivClassName
{
background-color: #939AC6;
}
.BgClassName
{
background-color: #939AC6;
}
</style>
border-color css
<style>
span { border-color: #939AC6; }
span { border-color: rgb(147,154,198); }
td.TdClassName
{
border-color: #939AC6;
}
.TagClassName
{
border-color: #939AC6;
}
</style>