Shades of Portage #979EDF
Tints of Portage #979EDF
RGB
CMYK
RGB Variations
Color information
#979EDF (or 0x979EDF) is known color: Portage. HEX triplet: 97, 9E and DF. RGB value is (151,158,223). Sum of RGB (Red+Green+Blue) = 151+158+223=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #979EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979EDF is #686120. Grayscale: #A3A3A3. Windows color (decimal): -6840609 or 14655127. OLE color: 14655127.
HSL color Cylindrical-coordinate representation of color #979EDF: hue angle of 234.17º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #979EDF is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 158 | 223 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.13 |
| HSL | 234.17º | 0.53% | 0.73% | - |
| HSV(B) | 234.17º | 0.32% | 0.87% | - |
| XYZ | 38.31 | 36.36 | 74.81 | - |
| YUV | 163.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 223 | 0.32 | 0.29 | 0 | 0.13 | 234.17 | 0.53 | 0.73 |
| Hex | 97 | 9E | DF | 20 | 1D | 0 | D | EA | 35 | 49 |
| Octal | 227 | 236 | 337 | 40 | 35 | 0 | 15 | 352 | 65 | 111 |
| Binary | 10010111 | 10011110 | 11011111 | 100000 | 11101 | 0 | 1101 | 11101010 | 110101 | 1001001 |
Color Harmonies of #979EDF
Complementary color
Monochromatic Colors of #979EDF
Black with #979EDF
Text Example
Text Example
White with #979EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979EDF; }
p { color: rgb(151,158,223); }
H1.HeaderClassName
{
color: #979EDF;
}
.AnyTagClassName
{
color: #979EDF;
}
</style>
background-color css
<style>
a { background-color: #979EDF; }
a { background-color: rgb(151,158,223); }
div.DivClassName
{
background-color: #979EDF;
}
.BgClassName
{
background-color: #979EDF;
}
</style>
border-color css
<style>
span { border-color: #979EDF; }
span { border-color: rgb(151,158,223); }
td.TdClassName
{
border-color: #979EDF;
}
.TagClassName
{
border-color: #979EDF;
}
</style>