Shades of Blue Bell #958BCC
Tints of Blue Bell #958BCC
RGB
CMYK
RGB Variations
Color information
#958BCC (or 0x958BCC) is known color: Blue Bell. HEX triplet: 95, 8B and CC. RGB value is (149,139,204). Sum of RGB (Red+Green+Blue) = 149+139+204=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #958BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BCC is #6A7433. Grayscale: #959595. Windows color (decimal): -6976564 or 13405077. OLE color: 13405077.
HSL color Cylindrical-coordinate representation of color #958BCC: hue angle of 249.23º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #958BCC is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 139 | 204 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.2 |
| HSL | 249.23º | 0.39% | 0.67% | - |
| HSV(B) | 249.23º | 0.32% | 0.8% | - |
| XYZ | 32.53 | 29.21 | 61.05 | - |
| YUV | 149.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 204 | 0.27 | 0.32 | 0 | 0.2 | 249.23 | 0.39 | 0.67 |
| Hex | 95 | 8B | CC | 1B | 20 | 0 | 14 | F9 | 27 | 43 |
| Octal | 225 | 213 | 314 | 33 | 40 | 0 | 24 | 371 | 47 | 103 |
| Binary | 10010101 | 10001011 | 11001100 | 11011 | 100000 | 0 | 10100 | 11111001 | 100111 | 1000011 |
Color Harmonies of #958BCC
Complementary color
Monochromatic Colors of #958BCC
Black with #958BCC
Text Example
Text Example
White with #958BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BCC; }
p { color: rgb(149,139,204); }
H1.HeaderClassName
{
color: #958BCC;
}
.AnyTagClassName
{
color: #958BCC;
}
</style>
background-color css
<style>
a { background-color: #958BCC; }
a { background-color: rgb(149,139,204); }
div.DivClassName
{
background-color: #958BCC;
}
.BgClassName
{
background-color: #958BCC;
}
</style>
border-color css
<style>
span { border-color: #958BCC; }
span { border-color: rgb(149,139,204); }
td.TdClassName
{
border-color: #958BCC;
}
.TagClassName
{
border-color: #958BCC;
}
</style>