Shades of Blue Bell #979ECB
Tints of Blue Bell #979ECB
RGB
CMYK
RGB Variations
Color information
#979ECB (or 0x979ECB) is known color: Blue Bell. HEX triplet: 97, 9E and CB. RGB value is (151,158,203). Sum of RGB (Red+Green+Blue) = 151+158+203=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #979ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ECB is #686134. Grayscale: #A0A0A0. Windows color (decimal): -6840629 or 13344407. OLE color: 13344407.
HSL color Cylindrical-coordinate representation of color #979ECB: hue angle of 231.92º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #979ECB is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 158 | 203 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.20 |
| HSL | 231.92º | 0.33% | 0.69% | - |
| HSV(B) | 231.92º | 0.26% | 0.8% | - |
| XYZ | 35.77 | 35.34 | 61.44 | - |
| YUV | 161.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 203 | 0.26 | 0.22 | 0 | 0.20 | 231.92 | 0.33 | 0.69 |
| Hex | 97 | 9E | CB | 1A | 16 | 0 | 14 | E8 | 21 | 45 |
| Octal | 227 | 236 | 313 | 32 | 26 | 0 | 24 | 350 | 41 | 105 |
| Binary | 10010111 | 10011110 | 11001011 | 11010 | 10110 | 0 | 10100 | 11101000 | 100001 | 1000101 |
Color Harmonies of #979ECB
Complementary color
Monochromatic Colors of #979ECB
Black with #979ECB
Text Example
Text Example
White with #979ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979ECB; }
p { color: rgb(151,158,203); }
H1.HeaderClassName
{
color: #979ECB;
}
.AnyTagClassName
{
color: #979ECB;
}
</style>
background-color css
<style>
a { background-color: #979ECB; }
a { background-color: rgb(151,158,203); }
div.DivClassName
{
background-color: #979ECB;
}
.BgClassName
{
background-color: #979ECB;
}
</style>
border-color css
<style>
span { border-color: #979ECB; }
span { border-color: rgb(151,158,203); }
td.TdClassName
{
border-color: #979ECB;
}
.TagClassName
{
border-color: #979ECB;
}
</style>