Shades of Blue Bell #958BCF
Tints of Blue Bell #958BCF
RGB
CMYK
RGB Variations
Color information
#958BCF (or 0x958BCF) is known color: Blue Bell. HEX triplet: 95, 8B and CF. RGB value is (149,139,207). Sum of RGB (Red+Green+Blue) = 149+139+207=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #958BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BCF is #6A7430. Grayscale: #959595. Windows color (decimal): -6976561 or 13601685. OLE color: 13601685.
HSL color Cylindrical-coordinate representation of color #958BCF: hue angle of 248.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #958BCF is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 139 | 207 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.19 |
| HSL | 248.82º | 0.41% | 0.68% | - |
| HSV(B) | 248.82º | 0.33% | 0.81% | - |
| XYZ | 32.89 | 29.36 | 62.97 | - |
| YUV | 149.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 207 | 0.28 | 0.33 | 0 | 0.19 | 248.82 | 0.41 | 0.68 |
| Hex | 95 | 8B | CF | 1C | 21 | 0 | 13 | F9 | 29 | 44 |
| Octal | 225 | 213 | 317 | 34 | 41 | 0 | 23 | 371 | 51 | 104 |
| Binary | 10010101 | 10001011 | 11001111 | 11100 | 100001 | 0 | 10011 | 11111001 | 101001 | 1000100 |
Color Harmonies of #958BCF
Complementary color
Monochromatic Colors of #958BCF
Black with #958BCF
Text Example
Text Example
White with #958BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BCF; }
p { color: rgb(149,139,207); }
H1.HeaderClassName
{
color: #958BCF;
}
.AnyTagClassName
{
color: #958BCF;
}
</style>
background-color css
<style>
a { background-color: #958BCF; }
a { background-color: rgb(149,139,207); }
div.DivClassName
{
background-color: #958BCF;
}
.BgClassName
{
background-color: #958BCF;
}
</style>
border-color css
<style>
span { border-color: #958BCF; }
span { border-color: rgb(149,139,207); }
td.TdClassName
{
border-color: #958BCF;
}
.TagClassName
{
border-color: #958BCF;
}
</style>