Shades of Blue Bell #938ACF
Tints of Blue Bell #938ACF
RGB
CMYK
RGB Variations
Color information
#938ACF (or 0x938ACF) is known color: Blue Bell. HEX triplet: 93, 8A and CF. RGB value is (147,138,207). Sum of RGB (Red+Green+Blue) = 147+138+207=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #938ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ACF is #6C7530. Grayscale: #949494. Windows color (decimal): -7107889 or 13601427. OLE color: 13601427.
HSL color Cylindrical-coordinate representation of color #938ACF: hue angle of 247.83º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #938ACF is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 138 | 207 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.19 |
| HSL | 247.83º | 0.42% | 0.68% | - |
| HSV(B) | 247.83º | 0.33% | 0.81% | - |
| XYZ | 32.38 | 28.89 | 62.9 | - |
| YUV | 148.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 207 | 0.29 | 0.33 | 0 | 0.19 | 247.83 | 0.42 | 0.68 |
| Hex | 93 | 8A | CF | 1D | 21 | 0 | 13 | F8 | 2A | 44 |
| Octal | 223 | 212 | 317 | 35 | 41 | 0 | 23 | 370 | 52 | 104 |
| Binary | 10010011 | 10001010 | 11001111 | 11101 | 100001 | 0 | 10011 | 11111000 | 101010 | 1000100 |
Color Harmonies of #938ACF
Complementary color
Monochromatic Colors of #938ACF
Black with #938ACF
Text Example
Text Example
White with #938ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938ACF; }
p { color: rgb(147,138,207); }
H1.HeaderClassName
{
color: #938ACF;
}
.AnyTagClassName
{
color: #938ACF;
}
</style>
background-color css
<style>
a { background-color: #938ACF; }
a { background-color: rgb(147,138,207); }
div.DivClassName
{
background-color: #938ACF;
}
.BgClassName
{
background-color: #938ACF;
}
</style>
border-color css
<style>
span { border-color: #938ACF; }
span { border-color: rgb(147,138,207); }
td.TdClassName
{
border-color: #938ACF;
}
.TagClassName
{
border-color: #938ACF;
}
</style>