Shades of Blue Bell #9893CC
Tints of Blue Bell #9893CC
RGB
CMYK
RGB Variations
Color information
#9893CC (or 0x9893CC) is known color: Blue Bell. HEX triplet: 98, 93 and CC. RGB value is (152,147,204). Sum of RGB (Red+Green+Blue) = 152+147+204=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #9893CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9893CC is #676C33. Grayscale: #9A9A9A. Windows color (decimal): -6777908 or 13407128. OLE color: 13407128.
HSL color Cylindrical-coordinate representation of color #9893CC: hue angle of 245.26º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9893CC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 147 | 204 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.2 |
| HSL | 245.26º | 0.36% | 0.69% | - |
| HSV(B) | 245.26º | 0.28% | 0.8% | - |
| XYZ | 34.28 | 31.9 | 61.48 | - |
| YUV | 154.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 204 | 0.25 | 0.28 | 0 | 0.2 | 245.26 | 0.36 | 0.69 |
| Hex | 98 | 93 | CC | 19 | 1C | 0 | 14 | F5 | 24 | 45 |
| Octal | 230 | 223 | 314 | 31 | 34 | 0 | 24 | 365 | 44 | 105 |
| Binary | 10011000 | 10010011 | 11001100 | 11001 | 11100 | 0 | 10100 | 11110101 | 100100 | 1000101 |
Color Harmonies of #9893CC
Complementary color
Monochromatic Colors of #9893CC
Black with #9893CC
Text Example
Text Example
White with #9893CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9893CC; }
p { color: rgb(152,147,204); }
H1.HeaderClassName
{
color: #9893CC;
}
.AnyTagClassName
{
color: #9893CC;
}
</style>
background-color css
<style>
a { background-color: #9893CC; }
a { background-color: rgb(152,147,204); }
div.DivClassName
{
background-color: #9893CC;
}
.BgClassName
{
background-color: #9893CC;
}
</style>
border-color css
<style>
span { border-color: #9893CC; }
span { border-color: rgb(152,147,204); }
td.TdClassName
{
border-color: #9893CC;
}
.TagClassName
{
border-color: #9893CC;
}
</style>