Shades of Blue Bell #938FC2
Tints of Blue Bell #938FC2
RGB
CMYK
RGB Variations
Color information
#938FC2 (or 0x938FC2) is known color: Blue Bell. HEX triplet: 93, 8F and C2. RGB value is (147,143,194). Sum of RGB (Red+Green+Blue) = 147+143+194=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #938FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938FC2 is #6C703D. Grayscale: #959595. Windows color (decimal): -7106622 or 12750739. OLE color: 12750739.
HSL color Cylindrical-coordinate representation of color #938FC2: hue angle of 244.71º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #938FC2 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 143 | 194 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.24 |
| HSL | 244.71º | 0.29% | 0.66% | - |
| HSV(B) | 244.71º | 0.26% | 0.76% | - |
| XYZ | 31.59 | 29.74 | 55.11 | - |
| YUV | 150.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 194 | 0.24 | 0.26 | 0 | 0.24 | 244.71 | 0.29 | 0.66 |
| Hex | 93 | 8F | C2 | 18 | 1A | 0 | 18 | F5 | 1D | 42 |
| Octal | 223 | 217 | 302 | 30 | 32 | 0 | 30 | 365 | 35 | 102 |
| Binary | 10010011 | 10001111 | 11000010 | 11000 | 11010 | 0 | 11000 | 11110101 | 11101 | 1000010 |
Color Harmonies of #938FC2
Complementary color
Monochromatic Colors of #938FC2
Black with #938FC2
Text Example
Text Example
White with #938FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938FC2; }
p { color: rgb(147,143,194); }
H1.HeaderClassName
{
color: #938FC2;
}
.AnyTagClassName
{
color: #938FC2;
}
</style>
background-color css
<style>
a { background-color: #938FC2; }
a { background-color: rgb(147,143,194); }
div.DivClassName
{
background-color: #938FC2;
}
.BgClassName
{
background-color: #938FC2;
}
</style>
border-color css
<style>
span { border-color: #938FC2; }
span { border-color: rgb(147,143,194); }
td.TdClassName
{
border-color: #938FC2;
}
.TagClassName
{
border-color: #938FC2;
}
</style>