Shades of Blue Bell #938CCD
Tints of Blue Bell #938CCD
RGB
CMYK
RGB Variations
Color information
#938CCD (or 0x938CCD) is known color: Blue Bell. HEX triplet: 93, 8C and CD. RGB value is (147,140,205). Sum of RGB (Red+Green+Blue) = 147+140+205=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #938CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CCD is #6C7332. Grayscale: #959595. Windows color (decimal): -7107379 or 13470867. OLE color: 13470867.
HSL color Cylindrical-coordinate representation of color #938CCD: hue angle of 246.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #938CCD is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 140 | 205 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.20 |
| HSL | 246.46º | 0.39% | 0.68% | - |
| HSV(B) | 246.46º | 0.32% | 0.8% | - |
| XYZ | 32.43 | 29.37 | 61.72 | - |
| YUV | 149.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 205 | 0.28 | 0.32 | 0 | 0.20 | 246.46 | 0.39 | 0.68 |
| Hex | 93 | 8C | CD | 1C | 20 | 0 | 14 | F6 | 27 | 44 |
| Octal | 223 | 214 | 315 | 34 | 40 | 0 | 24 | 366 | 47 | 104 |
| Binary | 10010011 | 10001100 | 11001101 | 11100 | 100000 | 0 | 10100 | 11110110 | 100111 | 1000100 |
Color Harmonies of #938CCD
Complementary color
Monochromatic Colors of #938CCD
Black with #938CCD
Text Example
Text Example
White with #938CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938CCD; }
p { color: rgb(147,140,205); }
H1.HeaderClassName
{
color: #938CCD;
}
.AnyTagClassName
{
color: #938CCD;
}
</style>
background-color css
<style>
a { background-color: #938CCD; }
a { background-color: rgb(147,140,205); }
div.DivClassName
{
background-color: #938CCD;
}
.BgClassName
{
background-color: #938CCD;
}
</style>
border-color css
<style>
span { border-color: #938CCD; }
span { border-color: rgb(147,140,205); }
td.TdClassName
{
border-color: #938CCD;
}
.TagClassName
{
border-color: #938CCD;
}
</style>