Shades of Portage #979BE8
Tints of Portage #979BE8
RGB
CMYK
RGB Variations
Color information
#979BE8 (or 0x979BE8) is known color: Portage. HEX triplet: 97, 9B and E8. RGB value is (151,155,232). Sum of RGB (Red+Green+Blue) = 151+155+232=538 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.07% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #979BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979BE8 is #686417. Grayscale: #A2A2A2. Windows color (decimal): -6841368 or 15244183. OLE color: 15244183.
HSL color Cylindrical-coordinate representation of color #979BE8: hue angle of 237.04º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #979BE8 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 155 | 232 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.09 |
| HSL | 237.04º | 0.64% | 0.75% | - |
| HSV(B) | 237.04º | 0.35% | 0.91% | - |
| XYZ | 39.05 | 35.85 | 81.21 | - |
| YUV | 162.58 | 167.17 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 232 | 0.35 | 0.33 | 0 | 0.09 | 237.04 | 0.64 | 0.75 |
| Hex | 97 | 9B | E8 | 23 | 21 | 0 | 9 | ED | 40 | 4B |
| Octal | 227 | 233 | 350 | 43 | 41 | 0 | 11 | 355 | 100 | 113 |
| Binary | 10010111 | 10011011 | 11101000 | 100011 | 100001 | 0 | 1001 | 11101101 | 1000000 | 1001011 |
Color Harmonies of #979BE8
Complementary color
Monochromatic Colors of #979BE8
Black with #979BE8
Text Example
Text Example
White with #979BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BE8; }
p { color: rgb(151,155,232); }
H1.HeaderClassName
{
color: #979BE8;
}
.AnyTagClassName
{
color: #979BE8;
}
</style>
background-color css
<style>
a { background-color: #979BE8; }
a { background-color: rgb(151,155,232); }
div.DivClassName
{
background-color: #979BE8;
}
.BgClassName
{
background-color: #979BE8;
}
</style>
border-color css
<style>
span { border-color: #979BE8; }
span { border-color: rgb(151,155,232); }
td.TdClassName
{
border-color: #979BE8;
}
.TagClassName
{
border-color: #979BE8;
}
</style>