Shades of Blue Bell #9193CF
Tints of Blue Bell #9193CF
RGB
CMYK
RGB Variations
Color information
#9193CF (or 0x9193CF) is known color: Blue Bell. HEX triplet: 91, 93 and CF. RGB value is (145,147,207). Sum of RGB (Red+Green+Blue) = 145+147+207=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #9193CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9193CF is #6E6C30. Grayscale: #999999. Windows color (decimal): -7236657 or 13603729. OLE color: 13603729.
HSL color Cylindrical-coordinate representation of color #9193CF: hue angle of 238.06º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9193CF is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 147 | 207 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.19 |
| HSL | 238.06º | 0.39% | 0.69% | - |
| HSV(B) | 238.06º | 0.3% | 0.81% | - |
| XYZ | 33.37 | 31.39 | 63.33 | - |
| YUV | 153.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 207 | 0.30 | 0.29 | 0 | 0.19 | 238.06 | 0.39 | 0.69 |
| Hex | 91 | 93 | CF | 1E | 1D | 0 | 13 | EE | 27 | 45 |
| Octal | 221 | 223 | 317 | 36 | 35 | 0 | 23 | 356 | 47 | 105 |
| Binary | 10010001 | 10010011 | 11001111 | 11110 | 11101 | 0 | 10011 | 11101110 | 100111 | 1000101 |
Color Harmonies of #9193CF
Complementary color
Monochromatic Colors of #9193CF
Black with #9193CF
Text Example
Text Example
White with #9193CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9193CF; }
p { color: rgb(145,147,207); }
H1.HeaderClassName
{
color: #9193CF;
}
.AnyTagClassName
{
color: #9193CF;
}
</style>
background-color css
<style>
a { background-color: #9193CF; }
a { background-color: rgb(145,147,207); }
div.DivClassName
{
background-color: #9193CF;
}
.BgClassName
{
background-color: #9193CF;
}
</style>
border-color css
<style>
span { border-color: #9193CF; }
span { border-color: rgb(145,147,207); }
td.TdClassName
{
border-color: #9193CF;
}
.TagClassName
{
border-color: #9193CF;
}
</style>