Shades of Blue Bell #938ADC
Tints of Blue Bell #938ADC
RGB
CMYK
RGB Variations
Color information
#938ADC (or 0x938ADC) is known color: Blue Bell. HEX triplet: 93, 8A and DC. RGB value is (147,138,220). Sum of RGB (Red+Green+Blue) = 147+138+220=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #938ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ADC is #6C7523. Grayscale: #959595. Windows color (decimal): -7107876 or 14453395. OLE color: 14453395.
HSL color Cylindrical-coordinate representation of color #938ADC: hue angle of 246.59º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #938ADC is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 138 | 220 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.14 |
| HSL | 246.59º | 0.54% | 0.7% | - |
| HSV(B) | 246.59º | 0.37% | 0.86% | - |
| XYZ | 34.04 | 29.55 | 71.62 | - |
| YUV | 150.04 | 167.48 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 220 | 0.33 | 0.37 | 0 | 0.14 | 246.59 | 0.54 | 0.7 |
| Hex | 93 | 8A | DC | 21 | 25 | 0 | E | F7 | 36 | 46 |
| Octal | 223 | 212 | 334 | 41 | 45 | 0 | 16 | 367 | 66 | 106 |
| Binary | 10010011 | 10001010 | 11011100 | 100001 | 100101 | 0 | 1110 | 11110111 | 110110 | 1000110 |
Color Harmonies of #938ADC
Complementary color
Monochromatic Colors of #938ADC
Black with #938ADC
Text Example
Text Example
White with #938ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938ADC; }
p { color: rgb(147,138,220); }
H1.HeaderClassName
{
color: #938ADC;
}
.AnyTagClassName
{
color: #938ADC;
}
</style>
background-color css
<style>
a { background-color: #938ADC; }
a { background-color: rgb(147,138,220); }
div.DivClassName
{
background-color: #938ADC;
}
.BgClassName
{
background-color: #938ADC;
}
</style>
border-color css
<style>
span { border-color: #938ADC; }
span { border-color: rgb(147,138,220); }
td.TdClassName
{
border-color: #938ADC;
}
.TagClassName
{
border-color: #938ADC;
}
</style>