Shades of Portage #979DDB
Tints of Portage #979DDB
RGB
CMYK
RGB Variations
Color information
#979DDB (or 0x979DDB) is known color: Portage. HEX triplet: 97, 9D and DB. RGB value is (151,157,219). Sum of RGB (Red+Green+Blue) = 151+157+219=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #979DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DDB is #686224. Grayscale: #A2A2A2. Windows color (decimal): -6840869 or 14392727. OLE color: 14392727.
HSL color Cylindrical-coordinate representation of color #979DDB: hue angle of 234.71º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #979DDB is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 157 | 219 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.14 |
| HSL | 234.71º | 0.49% | 0.73% | - |
| HSV(B) | 234.71º | 0.31% | 0.86% | - |
| XYZ | 37.61 | 35.81 | 71.95 | - |
| YUV | 162.27 | 160.01 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 219 | 0.31 | 0.28 | 0 | 0.14 | 234.71 | 0.49 | 0.73 |
| Hex | 97 | 9D | DB | 1F | 1C | 0 | E | EB | 31 | 49 |
| Octal | 227 | 235 | 333 | 37 | 34 | 0 | 16 | 353 | 61 | 111 |
| Binary | 10010111 | 10011101 | 11011011 | 11111 | 11100 | 0 | 1110 | 11101011 | 110001 | 1001001 |
Color Harmonies of #979DDB
Complementary color
Monochromatic Colors of #979DDB
Black with #979DDB
Text Example
Text Example
White with #979DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979DDB; }
p { color: rgb(151,157,219); }
H1.HeaderClassName
{
color: #979DDB;
}
.AnyTagClassName
{
color: #979DDB;
}
</style>
background-color css
<style>
a { background-color: #979DDB; }
a { background-color: rgb(151,157,219); }
div.DivClassName
{
background-color: #979DDB;
}
.BgClassName
{
background-color: #979DDB;
}
</style>
border-color css
<style>
span { border-color: #979DDB; }
span { border-color: rgb(151,157,219); }
td.TdClassName
{
border-color: #979DDB;
}
.TagClassName
{
border-color: #979DDB;
}
</style>