Shades of Portage #979BDB
Tints of Portage #979BDB
RGB
CMYK
RGB Variations
Color information
#979BDB (or 0x979BDB) is known color: Portage. HEX triplet: 97, 9B and DB. RGB value is (151,155,219). Sum of RGB (Red+Green+Blue) = 151+155+219=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #979BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BDB is #686424. Grayscale: #A0A0A0. Windows color (decimal): -6841381 or 14392215. OLE color: 14392215.
HSL color Cylindrical-coordinate representation of color #979BDB: hue angle of 236.47º 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 #979BDB is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 155 | 219 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.14 |
| HSL | 236.47º | 0.49% | 0.73% | - |
| HSV(B) | 236.47º | 0.31% | 0.86% | - |
| XYZ | 37.27 | 35.14 | 71.84 | - |
| YUV | 161.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 219 | 0.31 | 0.29 | 0 | 0.14 | 236.47 | 0.49 | 0.73 |
| Hex | 97 | 9B | DB | 1F | 1D | 0 | E | EC | 31 | 49 |
| Octal | 227 | 233 | 333 | 37 | 35 | 0 | 16 | 354 | 61 | 111 |
| Binary | 10010111 | 10011011 | 11011011 | 11111 | 11101 | 0 | 1110 | 11101100 | 110001 | 1001001 |
Color Harmonies of #979BDB
Complementary color
Monochromatic Colors of #979BDB
Black with #979BDB
Text Example
Text Example
White with #979BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BDB; }
p { color: rgb(151,155,219); }
H1.HeaderClassName
{
color: #979BDB;
}
.AnyTagClassName
{
color: #979BDB;
}
</style>
background-color css
<style>
a { background-color: #979BDB; }
a { background-color: rgb(151,155,219); }
div.DivClassName
{
background-color: #979BDB;
}
.BgClassName
{
background-color: #979BDB;
}
</style>
border-color css
<style>
span { border-color: #979BDB; }
span { border-color: rgb(151,155,219); }
td.TdClassName
{
border-color: #979BDB;
}
.TagClassName
{
border-color: #979BDB;
}
</style>