Shades of Blue Bell #9195CF
Tints of Blue Bell #9195CF
RGB
CMYK
RGB Variations
Color information
#9195CF (or 0x9195CF) is known color: Blue Bell. HEX triplet: 91, 95 and CF. RGB value is (145,149,207). Sum of RGB (Red+Green+Blue) = 145+149+207=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #9195CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9195CF is #6E6A30. Grayscale: #9A9A9A. Windows color (decimal): -7236145 or 13604241. OLE color: 13604241.
HSL color Cylindrical-coordinate representation of color #9195CF: hue angle of 236.13º 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 #9195CF is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 149 | 207 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.19 |
| HSL | 236.13º | 0.39% | 0.69% | - |
| HSV(B) | 236.13º | 0.3% | 0.81% | - |
| XYZ | 33.69 | 32.02 | 63.44 | - |
| YUV | 154.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 207 | 0.30 | 0.28 | 0 | 0.19 | 236.13 | 0.39 | 0.69 |
| Hex | 91 | 95 | CF | 1E | 1C | 0 | 13 | EC | 27 | 45 |
| Octal | 221 | 225 | 317 | 36 | 34 | 0 | 23 | 354 | 47 | 105 |
| Binary | 10010001 | 10010101 | 11001111 | 11110 | 11100 | 0 | 10011 | 11101100 | 100111 | 1000101 |
Color Harmonies of #9195CF
Complementary color
Monochromatic Colors of #9195CF
Black with #9195CF
Text Example
Text Example
White with #9195CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9195CF; }
p { color: rgb(145,149,207); }
H1.HeaderClassName
{
color: #9195CF;
}
.AnyTagClassName
{
color: #9195CF;
}
</style>
background-color css
<style>
a { background-color: #9195CF; }
a { background-color: rgb(145,149,207); }
div.DivClassName
{
background-color: #9195CF;
}
.BgClassName
{
background-color: #9195CF;
}
</style>
border-color css
<style>
span { border-color: #9195CF; }
span { border-color: rgb(145,149,207); }
td.TdClassName
{
border-color: #9195CF;
}
.TagClassName
{
border-color: #9195CF;
}
</style>