Shades of Blue Bell #979CCB
Tints of Blue Bell #979CCB
RGB
CMYK
RGB Variations
Color information
#979CCB (or 0x979CCB) is known color: Blue Bell. HEX triplet: 97, 9C and CB. RGB value is (151,156,203). Sum of RGB (Red+Green+Blue) = 151+156+203=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #979CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CCB is #686334. Grayscale: #9F9F9F. Windows color (decimal): -6841141 or 13343895. OLE color: 13343895.
HSL color Cylindrical-coordinate representation of color #979CCB: hue angle of 234.23º 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 #979CCB is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 156 | 203 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.20 |
| HSL | 234.23º | 0.33% | 0.69% | - |
| HSV(B) | 234.23º | 0.26% | 0.8% | - |
| XYZ | 35.43 | 34.67 | 61.32 | - |
| YUV | 159.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 203 | 0.26 | 0.23 | 0 | 0.20 | 234.23 | 0.33 | 0.69 |
| Hex | 97 | 9C | CB | 1A | 17 | 0 | 14 | EA | 21 | 45 |
| Octal | 227 | 234 | 313 | 32 | 27 | 0 | 24 | 352 | 41 | 105 |
| Binary | 10010111 | 10011100 | 11001011 | 11010 | 10111 | 0 | 10100 | 11101010 | 100001 | 1000101 |
Color Harmonies of #979CCB
Complementary color
Monochromatic Colors of #979CCB
Black with #979CCB
Text Example
Text Example
White with #979CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979CCB; }
p { color: rgb(151,156,203); }
H1.HeaderClassName
{
color: #979CCB;
}
.AnyTagClassName
{
color: #979CCB;
}
</style>
background-color css
<style>
a { background-color: #979CCB; }
a { background-color: rgb(151,156,203); }
div.DivClassName
{
background-color: #979CCB;
}
.BgClassName
{
background-color: #979CCB;
}
</style>
border-color css
<style>
span { border-color: #979CCB; }
span { border-color: rgb(151,156,203); }
td.TdClassName
{
border-color: #979CCB;
}
.TagClassName
{
border-color: #979CCB;
}
</style>