Shades of Blue Bell #958BC9
Tints of Blue Bell #958BC9
RGB
CMYK
RGB Variations
Color information
#958BC9 (or 0x958BC9) is known color: Blue Bell. HEX triplet: 95, 8B and C9. RGB value is (149,139,201). Sum of RGB (Red+Green+Blue) = 149+139+201=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #958BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BC9 is #6A7436. Grayscale: #949494. Windows color (decimal): -6976567 or 13208469. OLE color: 13208469.
HSL color Cylindrical-coordinate representation of color #958BC9: hue angle of 249.68º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958BC9 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 139 | 201 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.21 |
| HSL | 249.68º | 0.36% | 0.67% | - |
| HSV(B) | 249.68º | 0.31% | 0.79% | - |
| XYZ | 32.17 | 29.07 | 59.17 | - |
| YUV | 149.06 | 157.31 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 201 | 0.26 | 0.31 | 0 | 0.21 | 249.68 | 0.36 | 0.67 |
| Hex | 95 | 8B | C9 | 1A | 1F | 0 | 15 | FA | 24 | 43 |
| Octal | 225 | 213 | 311 | 32 | 37 | 0 | 25 | 372 | 44 | 103 |
| Binary | 10010101 | 10001011 | 11001001 | 11010 | 11111 | 0 | 10101 | 11111010 | 100100 | 1000011 |
Color Harmonies of #958BC9
Complementary color
Monochromatic Colors of #958BC9
Black with #958BC9
Text Example
Text Example
White with #958BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BC9; }
p { color: rgb(149,139,201); }
H1.HeaderClassName
{
color: #958BC9;
}
.AnyTagClassName
{
color: #958BC9;
}
</style>
background-color css
<style>
a { background-color: #958BC9; }
a { background-color: rgb(149,139,201); }
div.DivClassName
{
background-color: #958BC9;
}
.BgClassName
{
background-color: #958BC9;
}
</style>
border-color css
<style>
span { border-color: #958BC9; }
span { border-color: rgb(149,139,201); }
td.TdClassName
{
border-color: #958BC9;
}
.TagClassName
{
border-color: #958BC9;
}
</style>