Shades of Blue Bell #9893C1
Tints of Blue Bell #9893C1
RGB
CMYK
RGB Variations
Color information
#9893C1 (or 0x9893C1) is known color: Blue Bell. HEX triplet: 98, 93 and C1. RGB value is (152,147,193). Sum of RGB (Red+Green+Blue) = 152+147+193=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #9893C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9893C1 is #676C3E. Grayscale: #999999. Windows color (decimal): -6777919 or 12686232. OLE color: 12686232.
HSL color Cylindrical-coordinate representation of color #9893C1: hue angle of 246.52º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9893C1 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 147 | 193 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.24 |
| HSL | 246.52º | 0.27% | 0.67% | - |
| HSV(B) | 246.52º | 0.24% | 0.76% | - |
| XYZ | 33.01 | 31.39 | 54.77 | - |
| YUV | 153.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 193 | 0.21 | 0.24 | 0 | 0.24 | 246.52 | 0.27 | 0.67 |
| Hex | 98 | 93 | C1 | 15 | 18 | 0 | 18 | F7 | 1B | 43 |
| Octal | 230 | 223 | 301 | 25 | 30 | 0 | 30 | 367 | 33 | 103 |
| Binary | 10011000 | 10010011 | 11000001 | 10101 | 11000 | 0 | 11000 | 11110111 | 11011 | 1000011 |
Color Harmonies of #9893C1
Complementary color
Monochromatic Colors of #9893C1
Black with #9893C1
Text Example
Text Example
White with #9893C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9893C1; }
p { color: rgb(152,147,193); }
H1.HeaderClassName
{
color: #9893C1;
}
.AnyTagClassName
{
color: #9893C1;
}
</style>
background-color css
<style>
a { background-color: #9893C1; }
a { background-color: rgb(152,147,193); }
div.DivClassName
{
background-color: #9893C1;
}
.BgClassName
{
background-color: #9893C1;
}
</style>
border-color css
<style>
span { border-color: #9893C1; }
span { border-color: rgb(152,147,193); }
td.TdClassName
{
border-color: #9893C1;
}
.TagClassName
{
border-color: #9893C1;
}
</style>