Shades of Blue Bell #9A93CB
Tints of Blue Bell #9A93CB
RGB
CMYK
RGB Variations
Color information
#9A93CB (or 0x9A93CB) is known color: Blue Bell. HEX triplet: 9A, 93 and CB. RGB value is (154,147,203). Sum of RGB (Red+Green+Blue) = 154+147+203=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A93CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A93CB is #656C34. Grayscale: #9B9B9B. Windows color (decimal): -6646837 or 13341594. OLE color: 13341594.
HSL color Cylindrical-coordinate representation of color #9A93CB: hue angle of 247.5º degrees, saturation: 0.35, 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 #9A93CB is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 147 | 203 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.20 |
| HSL | 247.5º | 0.35% | 0.69% | - |
| HSV(B) | 247.5º | 0.28% | 0.8% | - |
| XYZ | 34.54 | 32.05 | 60.87 | - |
| YUV | 155.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 203 | 0.24 | 0.28 | 0 | 0.20 | 247.5 | 0.35 | 0.69 |
| Hex | 9A | 93 | CB | 18 | 1C | 0 | 14 | F8 | 23 | 45 |
| Octal | 232 | 223 | 313 | 30 | 34 | 0 | 24 | 370 | 43 | 105 |
| Binary | 10011010 | 10010011 | 11001011 | 11000 | 11100 | 0 | 10100 | 11111000 | 100011 | 1000101 |
Color Harmonies of #9A93CB
Complementary color
Monochromatic Colors of #9A93CB
Black with #9A93CB
Text Example
Text Example
White with #9A93CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A93CB; }
p { color: rgb(154,147,203); }
H1.HeaderClassName
{
color: #9A93CB;
}
.AnyTagClassName
{
color: #9A93CB;
}
</style>
background-color css
<style>
a { background-color: #9A93CB; }
a { background-color: rgb(154,147,203); }
div.DivClassName
{
background-color: #9A93CB;
}
.BgClassName
{
background-color: #9A93CB;
}
</style>
border-color css
<style>
span { border-color: #9A93CB; }
span { border-color: rgb(154,147,203); }
td.TdClassName
{
border-color: #9A93CB;
}
.TagClassName
{
border-color: #9A93CB;
}
</style>