Shades of Blue Bell #979CC1
Tints of Blue Bell #979CC1
RGB
CMYK
RGB Variations
Color information
#979CC1 (or 0x979CC1) is known color: Blue Bell. HEX triplet: 97, 9C and C1. RGB value is (151,156,193). Sum of RGB (Red+Green+Blue) = 151+156+193=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #979CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CC1 is #68633E. Grayscale: #9E9E9E. Windows color (decimal): -6841151 or 12688535. OLE color: 12688535.
HSL color Cylindrical-coordinate representation of color #979CC1: hue angle of 232.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #979CC1 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 156 | 193 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.24 |
| HSL | 232.86º | 0.25% | 0.67% | - |
| HSV(B) | 232.86º | 0.22% | 0.76% | - |
| XYZ | 34.28 | 34.21 | 55.25 | - |
| YUV | 158.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 193 | 0.22 | 0.19 | 0 | 0.24 | 232.86 | 0.25 | 0.67 |
| Hex | 97 | 9C | C1 | 16 | 13 | 0 | 18 | E9 | 19 | 43 |
| Octal | 227 | 234 | 301 | 26 | 23 | 0 | 30 | 351 | 31 | 103 |
| Binary | 10010111 | 10011100 | 11000001 | 10110 | 10011 | 0 | 11000 | 11101001 | 11001 | 1000011 |
Color Harmonies of #979CC1
Complementary color
Monochromatic Colors of #979CC1
Black with #979CC1
Text Example
Text Example
White with #979CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979CC1; }
p { color: rgb(151,156,193); }
H1.HeaderClassName
{
color: #979CC1;
}
.AnyTagClassName
{
color: #979CC1;
}
</style>
background-color css
<style>
a { background-color: #979CC1; }
a { background-color: rgb(151,156,193); }
div.DivClassName
{
background-color: #979CC1;
}
.BgClassName
{
background-color: #979CC1;
}
</style>
border-color css
<style>
span { border-color: #979CC1; }
span { border-color: rgb(151,156,193); }
td.TdClassName
{
border-color: #979CC1;
}
.TagClassName
{
border-color: #979CC1;
}
</style>