Shades of Blue Bell #938ACB
Tints of Blue Bell #938ACB
RGB
CMYK
RGB Variations
Color information
#938ACB (or 0x938ACB) is known color: Blue Bell. HEX triplet: 93, 8A and CB. RGB value is (147,138,203). Sum of RGB (Red+Green+Blue) = 147+138+203=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #938ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ACB is #6C7534. Grayscale: #939393. Windows color (decimal): -7107893 or 13339283. OLE color: 13339283.
HSL color Cylindrical-coordinate representation of color #938ACB: hue angle of 248.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #938ACB is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 138 | 203 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.20 |
| HSL | 248.31º | 0.38% | 0.67% | - |
| HSV(B) | 248.31º | 0.32% | 0.8% | - |
| XYZ | 31.9 | 28.69 | 60.36 | - |
| YUV | 148.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 203 | 0.28 | 0.32 | 0 | 0.20 | 248.31 | 0.38 | 0.67 |
| Hex | 93 | 8A | CB | 1C | 20 | 0 | 14 | F8 | 26 | 43 |
| Octal | 223 | 212 | 313 | 34 | 40 | 0 | 24 | 370 | 46 | 103 |
| Binary | 10010011 | 10001010 | 11001011 | 11100 | 100000 | 0 | 10100 | 11111000 | 100110 | 1000011 |
Color Harmonies of #938ACB
Complementary color
Monochromatic Colors of #938ACB
Black with #938ACB
Text Example
Text Example
White with #938ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938ACB; }
p { color: rgb(147,138,203); }
H1.HeaderClassName
{
color: #938ACB;
}
.AnyTagClassName
{
color: #938ACB;
}
</style>
background-color css
<style>
a { background-color: #938ACB; }
a { background-color: rgb(147,138,203); }
div.DivClassName
{
background-color: #938ACB;
}
.BgClassName
{
background-color: #938ACB;
}
</style>
border-color css
<style>
span { border-color: #938ACB; }
span { border-color: rgb(147,138,203); }
td.TdClassName
{
border-color: #938ACB;
}
.TagClassName
{
border-color: #938ACB;
}
</style>